Issue:
Getting Error No.1040 Too Many Connections

Issue Analysis:
Reason:
Maximum connections limit crossed.
Steps to check:
1. Open my.ini file
path C:\Program Files (x86)\MySQL\MySQL Server 5.5
2. Edit 'max_connections=' count greater than existing value.
eg. if max_connections=100
change it to 250
3. Restart MySQL service.