Do you guys know anything about this? My server works perfectly with INSERT, UPDATE, DELETE for mysql. but after like 12 hours later, my application crashes and I get this "Can't connect to MySQL server on 'localhost' (10055)" and I would have to restart my applications and everything will be working perfectly. Do you guys have any idea why this happen? I do have a lot of connections coming in and out of my server. Would that mean anything?
Could be for many reasons.. if you're getting a lot connections, have you tuned your mysql configuration at all? Google and download 'mysqltuner' and see what that has to say, you might be able to tweak something.