Category: WordPress

Migrate/Importing a WordPress installation

To migrate a WordPress site, follow the steps below: Exporting the mySQL database 1. You will need to know the name of the database, which can be found in your wp-config.php file. Locate the lines shown below: /* MySQL settings */ define( ‘DB_NAME’, ‘database_name’ ); define( ‘DB_USER’, ‘username_here’ ); define( ‘DB_PASSWORD’, ‘password_here’ ); define( ‘DB_HOST’,

Continue reading…