If you get 'User XXX already has more than max_user_connections active connections' or similar error message, it means your script is not optimized and makes too many connections to the database (or your website is very active, has many users online at the same time). You may want to run mysql_reconnect command before each query in this case. Also add command mysql_close() at the end of your script to close all open connections.
Was this answer helpful? 0 Users Found This Useful (0 Votes)

Powered by WHMCompleteSolution