Overview
This article explains how to back up or export a database or table in phpMyAdmin.
Backing up a database
The following steps are also available as an instructional video:
To export (back up) your entire database:
- Log into phpMyAdmin.
- Select the source database on the left pane.
- Click the Export tab in the top center pane.
- Select the Quick or Custom export method.
The Quick method allows you to download the .sql file immediately.
The Custom method gives you more control over the data. Only use the Custom method if you're very familiar with managing SQL tables.
- Choose the format you'd like to save the file as from the dropdown menu. SQL is most common.
- Click the Go button to continue.
- A pop-up displays allowing you to download the file. (Note: your browser may also download it automatically.)
Exporting a single table
The following steps are also available as an instructional video:
To export (or back up) a single table within your database:
- Log into phpMyAdmin.
- Select the source database on the left pane.
- Select the table you wish to export on the left pane under the database name.
- Click the Export tab in the top center pane.
- Select Quick or Custom export method.
The Quick method allows you to download the .sql file immediately.
The Custom method gives you more control over the data. Only use the Custom method if you're very familiar with managing SQL tables.
- Choose the format you'd like to save the file as from the dropdown menu. SQL is the most common.
- Click the Go button to continue.
- A pop-up displays allowing you to download the file. (Note: your browser may also download it automatically.)