I've officially given up for the night after fighting for 2 hours to move a Wordpress site from one server/domain name to another...this is what I'm trying to do: 1) Server A has an existing Wordpress site (a staging server) on a temporary domain name (i.e. "testsite.com") 2) Server B is where the live Wordpress site will be. It will point to a live domain (i.e. "livesite.com") The staging site, "testsite.com" on server A is basically complete. I tried to move the database of "testsite.com" over to a fresh install of Wordpress on server B to "livesite.com", via phpmyadmin and I am getting this error: I have absolutely no idea what in hell this is referring to, especially the part about "information_schema". I have literally tried EVERYTHING. I've created a blank database and user on server B, I've deleted the account and started all over again without a blank database, I've tried it all. No matter what I do, I keep getting this error. Does anyone know what can be done in this case? I've never seen anything more difficult to do than to move a Wordpress site to another domain name. The help section on Wordpress.org has a simple explanation of how to do it and they make it sound so easy, when in essence, it is FAR from it...
The error message tell you everything... I think the user/pass at server B is different from server A...
This is what I usually do: I go to the tool called PhpMyAdmin and perform a "database backup" - or I just install a wordpress plugin that creates a backup for you, and then I upload to my new server. If you want to, I could help you with moving your SQL database.
You need to edit your wp-config file on your new server to match the new server's information. You will need to change the prefix based on your new host and how they do it (usually just your login name if it uses cpanel.) You may also need to change the host location because some (Godaddy servers in particular) won't take localhost.
Hey, Just export the content from the tools->export and download the xml file and import it with tools->import->wordpress then upload the xml file this another method you can do to move the posts,pages,comments,user etc from your exiting site. Thanks ______________________