TheUnknown Posted April 30, 2008 Share Posted April 30, 2008 dbconn: mysql_connect: Too many connections I get this often at my site. I was wondering if it was server or script related? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/103643-solved-serverscript/ Share on other sites More sharing options...
hitman6003 Posted May 1, 2008 Share Posted May 1, 2008 MySQL server related. MySQL has a maximum number of connections (defined by the administrator). When you get this error it means that that number has been met. http://dev.mysql.com/doc/refman/5.0/en/server-system-variables.html#option_mysqld_max_connections Quote Link to comment https://forums.phpfreaks.com/topic/103643-solved-serverscript/#findComment-530780 Share on other sites More sharing options...
TheUnknown Posted May 1, 2008 Author Share Posted May 1, 2008 Thanks hitman Quote Link to comment https://forums.phpfreaks.com/topic/103643-solved-serverscript/#findComment-530956 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.