PDA

View Full Version : 3,5,4 to 3,6,0 Beta 4 Database error!!!


General_General
Thu 6th Jul '06, 4:30am
Database error in vBulletin :
mysql_connect(): Access denied for user 'root'@'localhost' ('root'@'localhost') (using password: NO)
/home/forumizm/public_html/forum2/includes/class_core.php on line 271
MySQL Error :
Error Number :
Date : Thursday, July 6th 2006 @ 11:26:11 AM
Script : http://www.xxx.com/forum2/install/upgrade_360b1.php (http://www.xxx.com/forum2/install/upgrade_360b1.php)
Referrer :
IP Address : 8x.2x4.x1.18x
Username :
Classname : vb_database


What Can I DO?

Colin F
Thu 6th Jul '06, 4:33am
The data in your config.php file is incorrect, check that.

General_General
Thu 6th Jul '06, 4:37am
what should ı change in my config.php?....

Colin F
Thu 6th Jul '06, 4:47am
You'll have to ask your host for the correct details.

General_General
Thu 6th Jul '06, 4:49am
is this promlem because of host?

Colin F
Thu 6th Jul '06, 4:53am
Most likely not, but only your host can tell you the details you need to fill in.

General_General
Thu 6th Jul '06, 4:55am
If ı send you my config.php with pm? can you edit it pls?...

Colin F
Thu 6th Jul '06, 4:57am
No, I don't know what values go in there. You need to ask your host.

General_General
Thu 6th Jul '06, 4:58am
ooo.. its bad.... arent there any way?

Colin F
Thu 6th Jul '06, 5:20am
Sorry, no.

General_General
Thu 6th Jul '06, 5:41am
ohh its very bad....

Marco van Herwaarden
Thu 6th Jul '06, 8:06am
If you are upgrading from a working vB3.5.4 and use the same database for it, then copy the values of the following settings from your original vB3.5.4 includes/config.php file to your new vB3.6 config.php:
$config['Database']['dbname'] = 'dbname';
$config['Database']['tableprefix'] = 'tableprefix';
$config['MasterServer']['servername'] = 'localhost';
$config['MasterServer']['username'] = 'MySQL-user';
$config['MasterServer']['password'] = 'MySQL-password';

General_General
Fri 7th Jul '06, 12:29pm
Thank you... I solved the problem......