• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

DB connection error on Php website

PhillyPhantic

Weaksauce
Joined
Nov 24, 2006
Messages
111
Hello, I just was sent this email for my website, and I was wondering if you could give me a hand with it.

lib/WikiDB/backend/PearDB.php:34: Fatal[256]: Can't connect to database: wikidb_backend_mysql: fatal database error



* DB Error: connect failed

* ( [nativecode=Too many connections] ** mysql://PhpWiki:XXXXXXXX@localhost/mcsasail)

*





lib/WikiDB/backend/PearDB.php:34: Fatal[256]: Can't connect to database: wikidb_backend_mysql: fatal database error



* DB Error: connect failed

* ( [nativecode=Too many connections] ** mysql://PhpWiki:XXXXXXXX@localhost/mcsasail)

*
 
Is this your own DB server, or is this one from a shared web host?

Looks like you have too many connections. :p

Connect to mysql and type in 'show processlist' - you probably have tons of database connections/processes. I think you might have a lot of stuff configured to be using persistent connections, which could cause this issue.
 
Back
Top