Problem Statement: MySQL server keeps on shutting down.
Error Message: C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Forcing close of thread 310 user: 'root'
Solution
You can resolve this issue by increasing maximum connection to MySQL server
- Login to MySQL server and navigate to /etc/my.cnf file.
- Find & increase max_connections parameter value
- Restart MySQL service.