Export MySQL Databases
Print this Article
Last Updated:
June 19, 2015 9:37 AM
You have two options when exporting your MySQL database. You can either export the entire database, or export selected tables of a database, to a file.
To Export the Complete Database
- Access your database via PHPMyAdmin (Web & Classic / cPanel / Plesk).
- On the phpMyAdmin page, click Export under MySQL.
- In the Export field on the left side of the View Dump pane, select the database you would like to export.
- Select your options in the SQL options pane. Click the Save as file checkbox and name the file.
- When you are satisfied with your options, click the Go button. You are prompted to download the file.
NOTE: Our hosting accounts do not support compression.
Your database has been exported.
To Export Selected Tables Within a Database
- Access your database via PHPMyAdmin. For more information, see Accessing phpMyAdmin on Your Shared Hosting Account.
- Click on the Databases icon under MySQL.
- Click the database name you want to export tables from.
- Click the Export tab.
- In the Export field on the left side of the View Dump pane, select the tables you would like to export. Use the CTRL-key to select multiple tables.
- Select your options in the SQL options pane. Click the Save as file checkbox and name the file.
- When you are satisfied with your options, click the Go button. You are prompted to download the file.
NOTE: Our hosting accounts do not support compression.
The selected tables have been exported.