Skip to main content

User XY already has more than 'max_user_connections' active connections

Comments

3 comments

  • dalem
    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
  • postcd
    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
  • iserversupport
    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.