Too many db connections issue

I am seeing a lot errors on my web site in the logs as below I have taken out the domain and replaced it with *******.com The full error log is some 50 lines long

I am using Concrete 9.4.6 and php 8.4

thrown in /home/movingbe/public_html/*******.com/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php on line 18
[02-Feb-2026 16:16:57 UTC] PHP Fatal error:  Uncaught PDOException: SQLSTATE[08004] [1040] Too many connections in /home/movingbe/public_html/*******.com/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:40
Stack trace:

It seems that your MySQL/MariaDB server has reached the maximum configured connection limit.

To find out what this limit is, just run this query:

SELECT @@max_connections