I am doing a fresh install of wordpress and multi db.
When I try to run the move-blogs.php file I receive the following error:
Houston, we have a problem!
Looks like you need to create your new db’s! If you’re lucky, this link still works – click me
Database Error: Access denied for user ‘mcatelli_wpmubg’@’209.25.170.22’ to database ‘mcatelli_wglobal’
After doing some trouble shooting, I discovered that the move-blogs.php file is looking for one user name for each database.
//We need info to connect to the databases
$dbhost = ‘localhost’;
$dbuname = ‘username_********’;
$dbpass = ‘**********’;
With the host I am using, for each db, the usernames are equal to the databases` names. I do not have the ability to change this configuration. Is there a work around for this?
Working Friendly
Michael Catellier