How to export a database in phpMyAdmin for a WordPress migration - Lesson 6

preview_player
Показать описание
The WordPress database houses all the goodies that make your site function along with the content within it. It’s vital to migrating all the contents of a database to ensure the site functions after the migration.

To export your database, you’ll need to access phpMyAdmin. The exact methods to get here will vary depending on your hosting provider, but once you’re in the dashboard, the rest of the steps should be the same.

Select the database name on the left-hand menu. Likely, it will be a username you did not create.

Next, you’ll want to click on export in the navigation.

You most likely won’t need to modify any settings that appear. The export should SQL format. You will want to ensure you choose Save as file, otherwise, you’ll be taken to a page with all the database text. Once you’ve verified this, click go.

That’s it! You’ve exported the database from your hosting account.

Changing domains during migration?

The process to do this is straightforward. Open the SQL file you downloaded from phpMyAdmin in a program such as Notepad ++ or Brackets.

Next, you will perform find and replace with that file. Find all instances of the development domain name and replace it with the live domain name. When you’re finished, save the file.
Рекомендации по теме
welcome to shbcf.ru