View Full Version : has anyone seen this error?
mathias
09-23-2002, 05:35 PM
Warning: Too many connections in /home/virtual/site2/fst/var/www/html/vb/forums/admin/db_mysql.php on line 38
I was wondering if there is anything I can do about this?
Velocd
09-23-2002, 06:24 PM
I've never recieved the error before, but I think it means there are more than 1 connections being made to your database when there shouldn't be. How this comes to be..uh..
/me points in the general direction of xenon/logician/firefly/teck
Xenon
09-23-2002, 07:25 PM
well i think that you've had to many users on your board so you're host just allows a certain ammount of mysql-conections at the same time...
Steve Machol
09-23-2002, 07:27 PM
The server has maxed out the number of MySQL connections it allows. You can try turning persistent connections off in your config.php:
// use persistant connections to the database
// 0 = don't use
// 1 = use
$usepconnect = 0;But if you still have problems after that, all you can do is ask your host to raise the maximum number of connections they allow.
http://www.mysql.com/doc/T/o/Too_many_connections.html
Reverend
09-23-2002, 07:34 PM
Your hosts server may also have experienced a temp MySQL refresh problem.
But the most likely cause is the connections problem the other guys have mentioned.
explanation here (http://www.mysql.com/doc/en/Too_many_connections.html)
mathias
09-24-2002, 02:10 AM
I appreciate the help yea its proably to many connections I have a very large forum but I need to work on my layout it kind of looks messy...
here is a link www.rabid-vibes.com/vb
thanks for the help again.
If there is anything I can help you with please let me know
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.