Hello,
I was switching my database to a new one, and I have changed the information out in my config.php file, but it is not reading it. I am getting:
Error description: Access denied for user 'oldforumuser'@'localhost' to database 'oldforumdb'
If I remove the user from the db in hosting panel. But when I download the config.php out of my ftp, I see that these values are in fact changed:
$config['Database']['dbname'] = 'newforumdb';
$config['MasterServer']['username'] = 'newforumuser';
$config['MasterServer']['password'] = 'password';
I do not understand why it is still trying to use the old information when the new information is there. I tried to update the counters and tables, but it still will not budge. I also tried to put the install folder back in and start over, but it still tries to load the old info.
Any ideas would be appreciated,
Thanks.
I was switching my database to a new one, and I have changed the information out in my config.php file, but it is not reading it. I am getting:
Error description: Access denied for user 'oldforumuser'@'localhost' to database 'oldforumdb'
If I remove the user from the db in hosting panel. But when I download the config.php out of my ftp, I see that these values are in fact changed:
$config['Database']['dbname'] = 'newforumdb';
$config['MasterServer']['username'] = 'newforumuser';
$config['MasterServer']['password'] = 'password';
I do not understand why it is still trying to use the old information when the new information is there. I tried to update the counters and tables, but it still will not budge. I also tried to put the install folder back in and start over, but it still tries to load the old info.
Any ideas would be appreciated,
Thanks.
Comment