Question
MySQL server has gone away
Hello! While running a PHP script I’ve encountered an error that says the MySQL server has gone away and it’s really getting annoying.
I’ve tried the following things with no success.
Add these to /etc/mysql/my.cnf
wait_timeout = 28800
interactive_timeout = 28800
max_allowed_packet = 256M
I’ve tried adding this to php.ini as well.
mysql.connect_timeout = 240
Nothing seems to work.
Thank you!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×