There is the rare bug which I ran into every so often. Last time I've seen it about 3 years ago on MySQL 4.1 and I hoped it is long fixed since... but it looks like it is not. I now get to see MySQL 5.4.2 in the funny state.
When you see bug happening you would see MySQL log flooded with error messages like this:
091119 23:03:34 [ERROR] Error in accept: Resource temporarily
unavailable
091119 23:03:34 [ERROR] Error in accept: Resource temporarily
unavailable
091119 23:03:34 [ERROR] Error in accept: Resource temporarily
unavailable
091119 23:03:34 [ERROR] Error in accept: Resource temporarily
unavailable
filling out disk space
Depending on the case you may be able to connect to MySQL through
Unix Socket or TCP/IP or neither.
It also looks like there is a correlation between having a lot of
tables and such condition.
Previously I was unlucky with seeing this issue in …
[Read more]