PDA

View Full Version : Receiving emails about Database error


Farman
08-15-2009, 04:00 AM
Hi

Recently I transfer my vbulletin site from one dedicated server to another but now I'm receiving emails regarding database every minute. And the forum is running ok.

Database error in vBulletin :

mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user 'stuffloa_forum7'@'localhost' (using password: YES)
/home/stuffloa/public_html/includes/class_core.php on line 311

MySQL Error :
Error Number :
Request Date : Friday, August 14th 2009 @ 09:31:04 PM
Error Date : Friday, August 14th 2009 @ 09:31:04 PM
Script : http://www.stuffloaded.org/showthread.php?t=16060
Referrer :
IP Address : 216.129.119.43
Username :
Classname : vB_Database
MySQL Version :

Where can be the problem and how to solve.

GoodOmens
08-15-2009, 04:16 AM
Are you sure your user stuffloa_forum7 has all the proper rights for that particular database?

Farman
08-15-2009, 04:24 AM
Yes it has all the privileges , It was working fine on my older dedicated server, working fine on the new also but theres some thing wrong that's why I'm receiving the emails.

I tried to make a new user for database "stuffloa_forum" and change the detail in config.php file, But I'm still receiving the emails of user "stuffloa_forum7" access denied.

Dismounted
08-15-2009, 06:38 AM
The MySQL server is rejecting your authentication details. Double check that the database name, database username, and database password are all correct.