I am trying to install vBulletin on my site, it's legit so no worries, and I keep getting this error:
Code:
Attempting to attach to database
Error description: mysql_connect() [function.mysql-connect]: Access denied for user 'a2059104_dq9'@'localhost' (using password: YES) /home/a2059104/public_html/forum/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.
I think it has something to do with the following options in my config.php file:
Code:
$config['Database']['dbname'] = 'a2059104_dq9';
$config['MasterServer']['servername'] = 'localhost';
$config['MasterServer']['port'] = 80;
$config['MasterServer']['username'] = 'a2059104_dq9';
$config['MasterServer']['password'] = 'mypassword';
Please keep in mind that the password I have here is not the actual password. Please help me with the correct settings.