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 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 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 Link to comment https://forums.phpfreaks.com/topic/103643-solved-serverscript/#findComment-530956 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.