I was getting MySQL error max_user_connections error while trying to connect to mysql database over sqlyog. My web page also not working because of this issue.
The error message was like
Error No. 1203
User my_db_username already has more than 'max_user_connections' active connections
This can be fixed by creating a new database user and assign to the required database.
If you are using plesk then goto databases -> user management -> Add database user.
Give a new username and password.
Select a database from the dropdown then click Ok
Done🌝.
The error message was like
Error No. 1203
User my_db_username already has more than 'max_user_connections' active connections
This can be fixed by creating a new database user and assign to the required database.
If you are using plesk then goto databases -> user management -> Add database user.
Give a new username and password.
Select a database from the dropdown then click Ok
Done🌝.
Comments
Post a Comment