Skip to content

Fix MySQL connection errors

Last time, the issue was caused by two things:
Lots of redirects coming from the proxy server
Those redirects were somehow triggering DB connections to be opened and never closed
Fixed by:
Restart HAProxy: service haproxy restart
Restart MariaDB: systemctl restart mariadb
Restart Apache: apachectl configtest systemctl restart httpd.service

Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.