ERROR: PleskFatalException

J

jayj

Guest
right guys any idea on this error

ERROR: PleskFatalException
Unable to connect to database: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Too many connections

0: /usr/local/psa/admin/plib/common_func.php3:108
psaerror(string 'Unable to connect to database: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Too many connections')
1: /usr/local/psa/admin/auto_prepend/auth.php3:93


server and sites wer fine until this appeared
 
Hello,

Please check the following Knowledge Base article:

I get the error: "Could not connect to SQL database. Too many connections".
http://kb.odin.com/en/769

Regards,
Denis.
 
Hello,

please edit MySQL config file (/etc/my.cnf in Redhat OS or locate my.cnf), and add this line in [mysqld] section:
max_connections = 500

Next restart MySQL service (/etc/init.d/mysqld restart in Redhat OS)

Regards,
Alex
 
Back
Top