View Full Version : mySQL error
Boofo
08-20-2002, 02:46 AM
Can anyone please tell me why this is happening and how to fix it?
Database error in vBulletin :
Link-ID == false, connect failed
mysql error: Too many connections
mysql error number: 1040
Date: Tuesday 20th of August 2002 04:28:35 AM
Script: /forum/
Referer:
Erwin
08-20-2002, 03:03 AM
You need to increase the number of mysql connections in your php.ini if you are on a dedicated server, or get your host to do it for you. You've reached the maximum numbers of mysql connections.
Make sure that in your config.php in your admin directory that you have persistent connections set to "0". That helps to reduce the connections.
Erwin
08-20-2002, 03:06 AM
It's good news that your forums is growing, but bad news because you are outgrowing your host. :)
Bear in mind the maximum number of connections on a shared server is shared between all the sites sharing that server - so if you are on a shared server with another busy site, then that site may be the cause of your problems.
Boofo
08-20-2002, 03:10 AM
It is set to 0 in the config.php. There isn't anybody even on the site right now. Why is it erroring out like this?
Erwin
08-20-2002, 03:12 AM
If no one is on the site, then it is another site on the shared server that is causing the problem (if you are on a shared server). Email and let your host know. There's nothing else you can do really (unless you have a hack installed that is using an ENORMOUS amount of queries).
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.