Import a WordPress Database

This article will cover how to import a database file into your WP Engine environment; accessing phpMyAdmin through our User Portal (our version of the cPanel), clearing out the current default database, and importing your database file. For this article you will need to already have exported and saved your database file as a .sql on your local computer. If you do not have a database file yet:

NOTE

Prefer WP CLI? Try SSH Gateway to import your database instead. Learn more here.


Access phpMyAdmin

At WP Engine we use the phpMyAdmin utility to allow our customers to easily view and access their database directly from the browser. With one click you can securely login and access the database from the User Portal.

  1. From the Sites page, select the environment name where the database will be imported
  2. Click phpMyAdmin at the top

Select Database

Ensure the correct database name is selected on the left. The database for the environment should be titled: wp_environmentname

All Production, Staging, and Development environments will use this naming convention.

2-phpmyadmin

Drop Database Tables

Before importing your database you must create a clean slate and make room for your incoming database.

  1. Click on Check All
  2. From the dropdown, select Drop
  3. Click Go
  1. Another screen will display confirming the change, click Yes

Typically all tables should be dropped before attempting a database import. These steps may need to be performed several times, until no tables show and the interface reads “No tables found in database.”


Import New Database

Now that the previous database has been cleared, we can import the new database file.

  1. Click Import near the top
  2. Click on Choose File
  3. Locate the new database file on your local system and select it
    • In many cases this file is called something like wp_environmentname.sql
  4. Click Go
3-importsteps
  1. You will now see the new tables in the database, along with a report stating that the import has been successfully finished.

If your site contains existing revisions, please contact our support team from your User Portal prior to migrating or importing your content to avoid a loss of data. WP Engine disables revisions by default and old revisions may be removed automatically.

NOTE

phpMyAdmin is limited to 50MB database imports. If you need to import a larger database, skip down to the Failed Import section for further options.


Confirm Database Prefix

Once you have successfully imported your database, you will need to check if your table prefixes are not default. A database using the default table prefix looks like the following. Note how each table begins with: wp_

If your tables do not start with wp_, please read How to change the table prefix to ensure your site works properly on our system.

If your expected row count within phpMyAdmin doesn’t match what’s on display, it may be due to how the table’s information is handled within MySQL. To get more information on the desired table, run the following commands from the SQL page within PHPMyAdmin after selecting a database:

View exact count of rows for a table:
SELECT COUNT(*) FROM wp_posts;
View information from PHPMyAdmin table status:
SHOW TABLE STATUS;


Failed Import

If your database import failed, there could be a few different reasons for this.

  1. Your database is too large, the maximum database import size is 50M. This limit is industry standard and cannot be increased. There are 3 alternatives:
    • Upload the file to _wpeprivate using SFTP and reach out to Support to have it imported.
    • Connect using SSH Gateway and import the database using WP CLI.
    • Export the database from the previous host as groups of fewer tables, rather than the whole database.
  2. There was an issue with the exported content.
    • Attempt the export again, but this time with just a few tables. If this works continue importing tables a handful at a time until an issue is found.
  3. WP Engine runs daily maintenance processes that enforce limits on database options to preserve the stability of the site and the platform. Autoloaded rows (generally located within the wp_options table) are limited to 1MB of data per option. Database rows that are not automatically loaded are limited to 4MB of data per option.

If your import failed, and you’re unable to deduce why, please contact our support team at WP Engine Support. We are more than happy to help!


NEXT STEP: Import your wp-content directory

Still need help? Contact support!

We offer support 24 hours a day, 7 days a week, 365 days a year. Log in to your account to get expert one-on-one help.

The best in WordPress hosting.

See why more customers prefer WP Engine over the competition.