PDA

View Full Version : mySQL error: Can't connect - Line: 115


gstone
1-11-05, 01:06 PM
I tried searching, but couldn't find a reference to this particular error. It's an intermittant error, doesn't happen often and is usually fine after refreshing, but I have one user who is either more effected by it or more vocal about it. ; )
Any tips on getting rid of it? Thanks.

IPB WARNING [2] mysql_connect(): Can't connect to MySQL server on 'mysql07.powweb.com' (60) (Line: 115 of /ips_kernel/class_db_mysql.php)

There appears to be an error with the database.
You can try to refresh the page by clicking here.

Error Returned
mySQL error: Can't connect to MySQL server on 'mysql07.powweb.com' (60)
mySQL error code:
Date: Tuesday 11th of January 2005 07:25:37 AM

nli
1-11-05, 01:53 PM
Hi,

I don't know what your script is doing, but if you're constantly doing imports/exports of data, it's possible that you're running into query limits per user:

MySQL: 5 MySQL databases are included per package. Additional databases can be purchase for a one time setup fee of $10/db. 3 user limit per database, 72,000 queries/user per hour limit.

You can try substituting the mysql users within the script and see if that helps whenever you run into that problem.

gstone
1-11-05, 03:12 PM
You can try substituting the mysql users within the script and see if that helps whenever you run into that problem.I'm sorry, I neglected to mention that I'm a moron. :D Could you point me in the direction of where I might learn how to do that? I'm not a programmer and completely new to the whole php, mysql thing - I just wanted to run a forum. Thanks again.