max database connections reached
Posted: Thu Jun 23, 2005 5:25 pm
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.
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.