This case is due to the database connection is time out. Please ask your host provider to edit file: /etc/my.cnf
By changing
wait_timeout=xxx
connect_timeout=xxx
To
wait_timeout=200
connect_timeout=200
And restart mysql with command:
/etc/rc.d/init.d/mysql restart
If doesn’t help, just try to increase those values until it’s enough.
Comments
0 comments
Article is closed for comments.