On one website over debian/ispconfig 3.1 multi php-fpm configuration I get those logs: mod_fcgid: stderr: PHP Warning: mysqli_real_connect(): (08004/1040): Too many connections in /usr/local/ispconfig/interface/lib/classes/db_mysql.inc.php on line 82, referer: https://ks307144.kimsufi.com:8080/index.php Any idea ?
Raise max_connections and max_user_connections in mysql/mariadb config and restart the database server.
That's ok, just add it below the max_connections line in the config file if it's not there. E.g. max_user_connections = 1000