我的论坛也是jforum,几个小时没人访问以后,再访问就会出现下面错误:
An error has occurred.
For detailed error information, please see the HTML source code, and contact the forum Administrator.
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Communications link failure
Last packet sent to the server was 0 ms ago.
Query being executed when exception was thrown:
SELECT COUNT(pm.privmsgs_to_userid) AS private_messages, u.* FROM jforum_users u LEFT JOIN jforum_privmsgs pm ON pm.privmsgs_type = 1 AND pm.privmsgs_to_userid = u.user_id WHERE u.user_id = 1 GROUP BY pm.privmsgs_to_userid
我是Tomcat 5.5 + mysql
Thanks!