since few weeks sometimes I got the following mysql error in the application logs.
Error while sending QUERY packet
My first idea is increasing the max_allow_packet Variable in the configuration of our percona mysql server which returns the error. I have done this now and no idea if it helps, but, what's strange: the error occurs only when querying as follow (and only sometimes):
SHOW TABLES LIKE "rk_temp_a7401345"
Strange because the database has round about 950 tables, but how could this be related to max_allowed_packet?
Any suggestions?
Best Marc