Great. The connection on the server in question is non-persistent, I am sure of that. Now I've just checked the error-log there and "Too many database-connections" came up at least 10 times during the last month.PHP Manual wrote:Using mysql_close() isn't usually necessary, as non-persistent open links are automatically closed at the end of the script's execution. See also freeing resources.
I am not an mySQL-guy, but does anyone have a clue why this could have happened?