SyntaxFix
Write A Post
Hire A Developer
Questions
If you are reaching the mac connection limit go to /etc/my.cnf and under the [mysqld] section add max_connections = 500
/etc/my.cnf
[mysqld]
max_connections = 500
and restart MySQL.