Error sending query packet
Every frontend and backend page gives me this error (with different PIDs, of course):
Error sending QUERY packet. PID=... in /home/.../public_html/main/wp-includes/wp-db.php on line 1811
In another of your answers (https://www.inmotionhosting.com/support/community-support/wordpress/error-while-sending-query-packet), you pointed to a StackOverflow thread where they recommended upping max_allowed_packet.
From PhpMyAdmin, at least, this doesn't seem to be possible. I get a rights error:
----
SQL query:
SET GLOBAL max_allowed_packet = 268435456;
MySQL said: Documentation
#1227 - Access denied; you need (at least one of) the SUPER privilege(s) for this operation
----
Is there anything else I can try?
Error sending QUERY packet. PID=... in /home/.../public_html/main/wp-includes/wp-db.php on line 1811
In another of your answers (https://www.inmotionhosting.com/support/community-support/wordpress/error-while-sending-query-packet), you pointed to a StackOverflow thread where they recommended upping max_allowed_packet.
From PhpMyAdmin, at least, this doesn't seem to be possible. I get a rights error:
----
SQL query:
SET GLOBAL max_allowed_packet = 268435456;
MySQL said: Documentation
#1227 - Access denied; you need (at least one of) the SUPER privilege(s) for this operation
----
Is there anything else I can try?