XF 1.2 I got this error message in my server error logs.

adrian4ever

Member
what does it mean?

Zend_Db_Adapter_Mysqli_Exception: xxx_xxx already has more than 'max_user_connections' active connections - library/Zend/Db/Adapter/Mysqli.php:333
Generated By: Unknown Account, Today at 2:30 AM
 
Last edited:
It means that user has exceeded their limit of connections to the database (or that the maximum for MySQL on the server has been reached and there are no more available to this user).

If this is a shared/VPS hosting account - speak to your host. If it's a dedicated server check the value of max_user_connections in my.cnf or via phpmyadmin. (y)
 
It means that user has exceeded their limit of connections to the database (or that the maximum for MySQL on the server has been reached and there are no more available to this user).

If this is a shared/VPS hosting account - speak to your host. If it's a dedicated server check the value of max_user_connections in my.cnf or via phpmyadmin. (y)
oh ok thanks I will check it out(y)
 
Top Bottom