Had a lovely error occur on my main mySQL server and basically the problem was too many connections. Now, this could just mean I’m having all kinds of traffic, but the more likely culprit is that the connections aren’t be freed up when they were done. So I looked into the system and found my […]