Migrates a standalone WP database dump into a new DB.
This script will take a mysqldump sql file, and:
- Replace the old blog's URL with the new one
- Replace an old WP table_prefix with a new one
- Take care of string lengths within serialized data
It will finally import the MySQL dump into the new DB, using wp-config's settings.