JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
V1 Development
Architecture
Domains
Processes
More
Share
Explore
Processes
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 ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.