I'm getting this error from MySQL:
How do I increase the connection limit via console or WHM?Code:Too many connections
In MySQL version 3.x and 4.x you shall open the file called "/etc/my.cnf", and edit the variable/line saying something like "max_connections". The exact line is different from version to version, but see if you can find it.
Thanks, I added the line and restarted the service. Haven't gotten the error yet.
v0id is correct. By default it only allows 100 connections. Edit your /etc/my.cnf file and ADD:
Restart MySQL (in WHM) /etc/restartsrv_mysql OR execute SET GLOBAL max_connections = 500; in MySQLCode:[mysqld] max_connections=500
More info: http://dev.mysql.com/doc/refman/5.0/...nnections.html
Thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks