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).
- From the column on the left select the database that you wish to export.
- From the tabs at the top of the page select the Export tab.
- By default Quick is already selected under Export method. Unless you have specific requirements, we suggest you use this setting to export the entirety of the selected database.
- When you are satisfied with your options, click the Go button. You will be prompted to download the file.
Note: Web and Classic hosting accounts do not support database compression. What type of hosting account do I have?
Your database has been exported.
To Export Selected Tables Within a Database
- Access your database via PHPMyAdmin (Web & Classic / cPanel / Plesk).
- From the column on the left select the database that you wish to export tables from.
- From the tabs at the top of the page select the Export tab.
- Under Export Method select the Custom option to see all possible options.
- In the Tables box remove the check marks from the left of any tables you do not wish to include in your export.
Note: there are many more options available when using the “Custom” export method. These options are not covered in this article.
- When you are satisfied with your options, scroll to the bottom of the page and click the Go button. You will be prompted to download the file.
Note: Web and Classic hosting accounts do not support database compression. What type of hosting account do I have?
The selected tables have been exported.