Increase MySQL Max Connections Limit
Edit MySQL config file:
vi /etc/mysql/my.cnf |
Uncomment max_connections
and increase its value:
max_connections = 1000 |
Restart MySQL service:
/etc/init.d/mysql restart |
More Related Posts
- [2016/05/15] Disable MySQL Performance Schema
- [2016/09/28] Quickly Rename MySQL Database
- [2016/05/15] How to Change MySQL User Password
- [2016/05/15] How to Recover MySQL Root Password
- [2016/05/15] Mysqli() Headers Client Library Minor ...
- [2016/05/15] How to Create a MySQL Database
- [2016/05/15] Manage Remote MySQL Server with Local ...
- [2016/05/20] Install Percona MySQL Server on Debian