There is a setting in MySQL for the max_connections. You just need to
increase this. If you're using persistent connections, do some research on
them and make sure you really need to be using them. They will eat up your
connections and cause you to have this error more quickly.

---John Holmes...

----- Original Message -----
From: "Stephen Craton" <[EMAIL PROTECTED]>
To: "PHP List" <[EMAIL PROTECTED]>
Sent: Wednesday, February 26, 2003 12:23 PM
Subject: [PHP] Too many connections - MySQL


On this site, www.roempire.com, which we host, they are having problems with
too many connections. I think that someone messed with the GRANT option. How
can we reverse this and allow unlimited connections per site? Or is this a
problem with the script?

Thanks,
Stephen Craton
http://www.melchior.us



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to