• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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