Mysqld has a limit to the number of connections that it will take at one time.
You can tell mysqld to increase the limit by creating an /etc/my.cnf file, adding an option, then restarting mysqld.
The option is:
[mysqld]
max_connections=500
Mysqld has a limit to the number of connections that it will take at one time.
You can tell mysqld to increase the limit by creating an /etc/my.cnf file, adding an option, then restarting mysqld.
The option is:
[mysqld]
max_connections=500