MyBB Community Forums

Full Version: MySQL error on website
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Greetings,

I'm receiving Email notifications of errors on the website, and it keeps sending

Quote:Your copy of MyBB running on ... has experienced an error. Details of the error include:
---
Type: 20
File: (Line no. 0)
Message
SQL Error: 1040 - Too many connections
Query: [READ] Unable to connect to MySQL server
#1 errorHandler called at [../inc/db_mysqli.php:606]
#2 ../inc/db_mysqli.php:260
#3 ../inc/init.php:172
#4 ../global.php:20
#5 ../ratethread.php:15

Kindly, advice

Regards
The error message is straightforward: there are too many existing connections to your database server, so the attempt to make a new connection fails.

I had this experience on a shared server - exact same error message - a few years back. It was caused by other user accounts on the server.

It might go away of its own accord, otherwise, I recommend contacting your hosting provider about it.