Wordpress website migrate

Is this really all you did? Because you’re missing a few crucial steps.

Starting with the migration of your website files. You’ve migrated the database, but it doesn’t look like you have any code here that can use that database.

I would suggest to do this with FTP:

After moving the files over, you will also need to update the configuration file of WordPress to use the database you migrated over. You’ll need to update your database name, hostname, username and password in the wp-config.php file of your site.

7 Likes