Fwd: Re: MySQL Reports No More Connections - How to Troubleshoot?

2001-04-18 Thread B. van Ouwerkerk
7 Apr 2001 22:12:34 +0200 To: [EMAIL PROTECTED] Subject: Re: MySQL Reports No More Connections - How to Troubleshoot? What's the best way to figure this out if I can't get into the server at all when it locks up? Few thoughts: - release the connection in your code.. - us

MySQL Reports No More Connections - How to Troubleshoot?

2001-04-17 Thread Hunter Hillegas
I have a Web app that uses PHP4 to connect to a mySQL server (3.22.26) on Red Hat 6.0 (Dual Pentium III). The site is very popular and every once and a while PHP can't connect to mySQL because of "Too Many Connections". I log in to the server and I am unable to execute a mysqladmin shutdown

Re: MySQL Reports No More Connections - How to Troubleshoot?

2001-04-17 Thread B. van Ouwerkerk
What's the best way to figure this out if I can't get into the server at all when it locks up? Few thoughts: - release the connection in your code.. - use pconnect instead of connect.. Check the logs.. if you have any.. Bye, B. query sql