PDA

View Full Version : Database Problem (..already has more than 'max_user_connections')


Danyx69
12-30-2009, 06:48 PM
Hi all , i get an error at my email master :

mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: User user_name already has more than 'max_user_connections' active connections
/home/linkcsro/domains/domain_name/public_html/includes/class_core.php on line 311

MySQL Error :
Error Number :
Request Date : Wednesday, December 30th 2009 @ 08:14:14 PM
Error Date : Wednesday, December 30th 2009 @ 08:14:14 PM
Script : http://www.domain_name.com/
Referrer : http://www.domain_name.com/
IP Address : 92.80.244.153
Username :
Classname : vB_Database
MySQL Version :

I dont know what i receiva at my email master this type of emails , but there are 21 emails this type . Support ? :mad:

DragonBlade
12-30-2009, 07:42 PM
You need to raise your max_user_connections on your MySQL configuration (usually in /etc/my.cnf or /etc/mysql/my.cnf).

Actually, you probably don't need to, if you have a plugin that is hogging up resources--if you disable Plugins, does the error quit showing up?

Danyx69
12-30-2009, 08:32 PM
Can you tell me exactly where i can find wich i must raise ?
I cant find any /etc/mycnf , anywhere ..
And from what plugin you talking about ?

Kind regards