Hi,
I am struggling with importing a database that I'm using in another WP blog in order for me to create an identical copy with the same content.
Here's the situation:
I have "blog1" working 100% and want to use this DB in "blog2". I have created blog2 and try to import the DB from blog1 using my phpMyAdmin. Except it comes up with errors:
1044 - Access denied for user 'demoblog2'@'%' to database 'information_schema'
I have already changed my wp-config.php file to contain the right info (name, location, etc), so all that is cool.
In the DB I'm importing, I have also changed everything from blog1 to blog2 - including location, password, etc.
What am I doing wrong? What is the correct way to import a new DB? Do I drop tables/Database? Where do I put this.
Perhaps I have to do something special when I EXPORT the one from blog1?
I'm lost completely, and believe me, I've been at this for hours now.
Help :-)
Cheers,
Soren