#Wordpress Database Migration
Update/tidy Wordpress database after domain migration. This script performs the following tasks:
- Updates absolute URLs in posts, post_meta and options tables.
- Deletes post revisions.
- Removes sample comments.
- Closes global and individual post comments and pingbacks.
##Usage
- Upload the migrate directory to the root of your website.
- Navigate to the script in your browser e.g. '{DOMAIN_NAME}/migrate'.
- Define database name, database user, database password, old site URL, new site URL and wordpress table prefix in the form or config.php:
- Submit the form to complete the process.
- Important! Remember to delete the migrate directory when finished.