MySQL Error - Too Many Connections?

wxdqz

New Member
I've recently run into a large problem with regards to MySQL. It is a high traffic web site, and user's are now receiving messages like:

Warning: MySQL Connection Failed: Too many connections in /www/init.php3 on line 40
Unable to select database

I've since made this error a little more pretty to explain to the user to try again in a few seconds, but this problem is not going to get any better, so how can I go about making it to MySQL can handle more connections?
 
Back
Top