indice Posted September 23, 2006 Posted September 23, 2006 this is the message..... Warning: mysql_connect() [function.mysql-connect]: User andyfree_test has already more than 'max_user_connections' active connections in /home2/..../..../..../../catalog/includes/functions/database.php on line 19 Unable to connect to database server! need help, pls no people can see the page? Best Regards Indice
♥Vger Posted September 23, 2006 Posted September 23, 2006 It's quite simple really. Each hosting company sets a maximum number of mysql connections which each website may use at any one time - and your site has exceeded that limit. The site will return in time. Check both of your configure.php files and make sure that use_pconnect is set to false. If your site is busy you may need to think about a different hosting solution (Virtual Dedicated Server), but if your site is not busy then you may need to rethink your hosting company. Vger
indice Posted September 23, 2006 Author Posted September 23, 2006 It's quite simple really. Each hosting company sets a maximum number of mysql connections which each website may use at any one time - and your site has exceeded that limit. The site will return in time. Check both of your configure.php files and make sure that use_pconnect is set to false. If your site is busy you may need to think about a different hosting solution (Virtual Dedicated Server), but if your site is not busy then you may need to rethink your hosting company. Vger Dear Vger, Many thx, but in my configure.php i can't find use_pconnect ...i see this in database.php Best Regards Indice
indice Posted September 23, 2006 Author Posted September 23, 2006 Dear Vger, Many thx, but in my configure.php i can't find use_pconnect ...i see this in database.php Best Regards Indice Dear Vger, sorry you have right. Best Regards Indice
Recommended Posts
Archived
This topic is now archived and is closed to further replies.