Hello.
I was unable to find reported bugs with similar symptoms for the 5.0
version (hope I haven't missed something). But at the bottom of:
http://dev.mysql.com/doc/mysql/en/packet-too-large.html
we have these lines:
" You can also get strange problems with large packets if you are
Just to add to this further, if I reduce max_allowed_packet in my.cnf
down to around 16M, then the error changes to "Got a packet bigger than
'max_allowed_packet' bytes".
However, as you can see from the SQL below, the longest SQL statement
I'm executing is around 21 bytes, certainly nowhere n
I seem to be getting heaps of aborted connections, and I can't figure
out why. MySQL's error (from mysqld.err, below) is "Got an error reading
communication packets", but this is a socket link to localhost so that
rules out network problems. I simply can't figure it out. Has anyone got
any idea