Posted by Stefan Rybacki on 09/26/05 21:42
JC Denton wrote:
> Hello,
>
> My site at http://www.programming-forums.com is now down with error
>
> Warning: mysql_connect(): Too many connections
>
> What can i do to get it working again?
Restart the mysql server. And check your php scripts for mysql_pconnect and don't use that
function, use mysql_connect instead.
Regards
Stefan
[Back to original message]
|