Problem Description: Using WordPress to deploy the site, the data has been written as a database. At this point, the site needs to be moved elsewhere, or moved to a different server.
Solution (already tested successfully):
1. Save WordPress's own designed theme and back up the database for WordPress.
2. Save well located in the WordPress framework. All Files under/wp-content/uploads
3. Deploy the new WordPress framework on the new server (at this point, only the most initial data in the new frame is Hello word)
4. Dump the previously used WordPress database data into the database specified in the new WordPress framework
5. Modify the value of SiteURL and home in Wp_options in the database, the original value is the URL of the old server, need to change to the URL of the new server
6. Put the theme of the backup into the new WordPress frame and assign it as the default theme
7. Put the backup good. /wp-content/uploads files are all placed in the same position under the new WordPress framework
8. Verify that it is the same as the original.
Want to meet the same problem you, can solve the problem.
WordPress Framework Platform Data transfer