ansharma Posted March 21, 2011 Share Posted March 21, 2011 Hi everybody, I am facing "Too many connections" problem on my site. in fact the server is moved from one location to,another and after the movement this problem arise... Pls help. Thanks Link to comment https://forums.phpfreaks.com/topic/231250-mysql-error-too-many-connections/ Share on other sites More sharing options...
bh Posted March 21, 2011 Share Posted March 21, 2011 Hi, mysql max_connection is a system variable, you can change it in the my.cnf file. Max connections means: Quote The maximum permitted number of simultaneous client connections Max-connections vs os: Quote http://dev.mysql.com/doc/refman/5.5/en/server-system-variables.html#sysvar_max_connections You can get the connections with process_list Link to comment https://forums.phpfreaks.com/topic/231250-mysql-error-too-many-connections/#findComment-1190205 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.