User XY already has more than 'max_user_connections' active connections
Got this from my php script:
[QUOTE]User myusernamehere already has more than 'max_user_connections' active connections
please what/where i need to change in WHM?
please what/where i need to change in WHM?
-
edit /etc/my.cnf add max_user_connections = or set per user via MySQL cli UPDATE mysql.user SET max_user_connections = xx WHERE user='db_user' AND host='localhost'; FLUSH PRIVILEGES; 0 -
thx, when i have this in my.cnf: [QUOTE]max_connections=150 max_user_connections=15
does it mean i dont need to care about second value, does not relate to the issue?0 -
You may have to optimize the MySQL query to use less connection or increase the value max_user_connections 0
Please sign in to leave a comment.
Comments
3 comments