How to Fix Error Forcing close of thread 310 user: ‘root’ in MySQL?

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.

  1. Firstly you have Login to MySQL server and navigate to /etc/my.cnf file.
  2. Find & increase max_connections value and save the my.conf file.
  3. Restart MySQL service.