MySQL exceeded the 'max_user_connections'

Databases > MySQL
The following are the MySQL 'max_user_connections'  limits.

.NET Basic plan - 10 MAX
.NET Advance plan - 10 MAX
.NET Premium plan - 20 MAX
Semi plans - 40 MAX

Normally, 10 is more than enough. But if your application doesn't close the connection after you use it, then it'll accumulate dead connections and eventually, you'll run out with error message.


Solution:
1. You can go to Control Panel ---> Databases --->MySQL ---> Flush MySQL to flush all the connections to fix this problem.
 

2. Upgrade your account to higher hosting plan package for more connections.