Quote:
Database error in vBulletin :
Cannot use database databasename1
MySQL Error : Access denied for user 'usernamefordb2'@'%' to database 'databasename1'
Error Number : 1044
|
That is the error I am getting, but I changed the username and database. So it looks like it is using the wrong db name.
This is where I made my changes in the config.php
Quote:
$config['MasterServer']['servername'] = 'pathtodatabase';
$config['MasterServer']['port'] = XXXX;
// ****** MASTER DATABASE USERNAME & PASSWORD ******
// This is the username and password you use to access MySQL.
// These must be obtained through your webhost.
$config['MasterServer']['username'] = 'dbusername2';
$config['MasterServer']['password'] = 'dbuserpass';
|