server error log max user connection.

bsd

Active member
Hi,
I am getting issue with server error max user connection. Please, resolve the issue.

XF\Db\Exception: User 'u709025183_mozo' has exceeded the 'max_user_connections' resource (current value: 25) src/XF/Db/Mysqli/Adapter.php:165

Thanks,
 
This is a server resource limit. It’s worth assessing whether you have an unexpected influx of visitors/bots, a poorly optimized database server, or potentially add-ons which introduce suboptimal queries.
 
You can assess whether you have an unexpected influx of visitors/bots, a poorly optimized database server, or potentially add-ons which introduce suboptimal queries.

If you’re using a shared host, they may be able to assist by looking over log data.
 
Back
Top Bottom