Downloading a copy of a MySQL databaseHere are the three easiest ways to export the SQL dump/schema file of a database:
Exporting a database via the MySQL Databases section of the hosting Control PanelIf you wish to export your database via the MySQL Databases section of the hosting Control Panel, follow these steps:
Once the export is complete, an information () icon will appear next to your database. Click on that icon to see information about the exported MySQL dump file. Exporting a database through phpMyAdminYou can find step-by-step instructions on how to export a database through phpMyAdmin in our Exporting a database using phpMyAdmin article. Exporting a database via the Backup section of the hosting Control PanelYou can use the Backup section of the hosting Control Panel to create a backup of all your MySQL databases. Detailed information on using the Backup section is available in our Backup article. |