Web Hosting Talk







View Full Version : Hello, I have a problem...


bubblehost.com
12-15-2001, 10:58 PM
This is one of my clients webpages, and I was just wondering if anyone ran into this problem before and if you know how I could go about fixing this error.

The following is the error:

Warning: Too many connections in http://www.tornadogames.com/php/data.inc on line 4

Warning: Too many connections in http://www.tornadogames.com/php/data.inc on line 5

Warning: MySQL Connection Failed: Too many connections in http://www.tornadogames.com/php/data.inc on line 5

Warning: MySQL: A link to the server could not be established in http://www.tornadogames.com/php/data.inc on line 5

Go to the games section on tornadgames.com to see it.
I would appreciate any help you could give me in fixing this.

Thanks,
Justin
Bubblehost.com

skylab
12-15-2001, 11:56 PM
i used to get that all the time on my old virtual host. i had a heavy mysql/php site running and i'd get errors such as that when the server i was on was low on RAM.

what are the specs of your box. ram, domains hosted, etc.

RaQServices
12-18-2001, 04:17 PM
I have helped many people with that problem before..

It is that in your mysql installation, you limited the number of connections that were allowed to exist to the mysql server at any given time.

So you can either raise the limit or for people on the server with you:
1. Ask them not to use persistant connections (vb uses them unless turned off in a config file manually,) these connections are sometimes not closed

2. Ask people to not use stat programs that store info in a db (specially heavy traffic sites.