Page 1 of 1

max database connections reached

Posted: Thu Jun 23, 2005 5:25 pm
by CincoPistolero
I posted earlier about closing out a mysql_connection call. I closed the mysql_connection correctly and the site worked for about 20minutes and now I have the same error again.

WARNING: mysql_connect(): USER ****** has already more than 'max_user_connections' active connections in ../../../database.php on line 6. Unable to connect!

I closed out mysql by putting the below code in a footer file:

<?php mysql_close($connection); ?>

what else could cause the above error.

Posted: Thu Jun 23, 2005 6:24 pm
by John Cartwright
STOP CROSS/DOUBLE POSTING!!