• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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