I'm running MySQL 4.0.13 on a Linux machine. I frequently encounter the error:
"Lost connection to MySQL server during query"
It isn't from one specific script or page, but happens anywhere on the site, from scripts, or even when I'm just connecting to mysql through the mysql client.
If I refresh the page, or simply wait a second and try to connect again, it works fine. This error occurs about 20 times a day.
Any ideas why this is happening and how to fix it ? On identical hardware / linux installations, I'm running much larger databases and this problem doesn't happen.
Thanks