Learn how to backup and restore MySQL databases in your hosting account. Here you will find detailed instructions on how to archive your information and restore it when needed.

MySQL Export: How to backup your MySQL database?

divider

You can easily create a dump file(export/backup) of a database used by your account. In order to do so you should access the phpMyAdmin tool available in your cPanel:

image12

The phpMyAdmin tool will be loaded shortly.

You can select the database that you would like to backup from the Database menu (located in the upper left corner of the page).

image14

A new page will be loaded in phpMyAdmin showing the selected database. In order to proceed with the backup click on the Export tab:

image15

The options that you should select apart from the default ones are Save as file (which will save the file locally to your computer in an .sql format) and Add DROP TABLE (which will add the drop table functionality if the table already exists in the database backup) as shown below:

image16

Click on the Go button to start the export/backup procedure for your database:

image17

A download window will pop up prompting for the exact place where you would like to save the file on your local computer. It is possible that the download starts automatically. This depends on your browser’s settings.

MySQL Import: How to restore your MySQL database from a backup

divider

To restore (import) a database via phpMyAdmin, first choose the database you’ll be importing data into. This can be done from the corresponding menu on the left. Then click the Import tab:

image18

You have the option of importing an .sql file. Choose the file from your local computer. Note that you are given the option to pick the character set of the file from the drop down-menu just below the upload box. If you are not certain about the character set your database is using just leave the default one.

image19

In order to start the restore click on the Go button at the bottom-right. A notification will be displayed upon a successful database import.