porblem in instalation with VB 3.8.0

mirou93

New Member
Hey ich time i try to install VB and different verssions i got this message:

Step 2) Connect to the database

Attempting to attach to database

Error description: mysql_connect() [function.mysql-connect]: Access denied for user 'XXXX'@'localhost' (using password: YES) D:\www\XXX\htdocs\includes\class_core.php on line 311

The database has failed to connect because you do not have permission to connect to the server. Please confirm the values entered in the 'includes/config.php' file.

Help please
 

Hanneman_213

New Member
Before running the install script, you have to edit /includes/config.php.new , put the name of the MySQL server, username, pass and dbname. Then rename the file to config.php .

If you have done that and still having the problem, check if you have put right way those fields.
 

Hanneman_213

New Member
Before running the install script, you have to edit /includes/config.php.new , put the name of the MySQL server, username, pass and dbname. Then rename the file to config.php .

If you have done that and still having the problem, check if you have put right way those fields.
 
Top