Brian Dunning wrote:
I have one server that's pretty busy and runs into "Too many connections" from MySQL from time to time, and needs to have MySQL restarted to clear it up.

I've tried everything I can think of to have PHP take note of this error but continue executing with other stuff, but no matter what I try the PHP script stops whenever it encounters this and just displays "Too many connections."

Anyone know if there's a way for PHP to gracefully detect this and resume operation without choking?

why not simply increase the max_connections mysql variable to something a bit higher :)

http://dev.mysql.com/doc/refman/5.1/en/too-many-connections.html

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

Reply via email to