Error establishing a database connection - User 31073876_1 already has more than 'max_user_connections' active connections`

Warning : mysqli_real_connect(): (HY000/1203): User 31073876_1 already has more than ‘max_user_connections’ active connections in /home/vol10_2/epizy.com/epiz_31073876/htdocs/wp-includes/wp-db.php on line 1753

Deprecated : mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/vol10_2/epizy.com/epiz_31073876/htdocs/wp-includes/wp-db.php on line 1785

Warning : mysql_connect(): User 31073876_1 already has more than ‘max_user_connections’ active connections in /home/vol10_2/epizy.com/epiz_31073876/htdocs/wp-includes/wp-db.php on line 1785

User 31073876_1 already has more than 'max_user_connections' active connections

Error establishing a database connection

This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at sql103.byetcluster.com. This could mean your host’s database server is down.

Like the error message says, there were too many database connections for your user, which meant that no new connections could be created.

These database connections are usually caused by either having a lot of concurrent traffic, or because of a script that’s opening way too many connections.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.