Page 1 of 1

MySQL error with WordPress site

Posted: Wed Jul 18, 2018 3:34 pm
by John Stanley
Hello,

I am getting 500 error on my wordpress site, I have checked the error logs and getting below error. Is it is caused by site cookies.

-------------
[16-Jul-2018 07:21:28 UTC] PHP Warning: Error while sending QUERY packet. PID=13257 in /home/wordpress/public_html/wordpresssite.work/wp-includes/wp-db.php on line 1924
[16-Jul-2018 07:21:31 UTC] PHP Warning: Error while sending QUERY packet. PID=13250 in /home/wordpress/public_html/wordpresssite.work/wp-includes/wp-db.php on line 1924
-------------

Re: MySQL error with WordPress site

Posted: Wed Jul 18, 2018 5:32 pm
by Aaron
Hello John,

The error indicates that it seems MySQL query packet limit has been exceeded. Please try to increase the value of max_allowed_packet on your MySQL server configuration and check it again.