How to get a backup of your MySQL database.

In order to take and retrieve a backup (MySQLDump) of an existing MySQL database in your hosting account please follow the instructions below:

  • Login to your hosting control panel.
  • Click Spaces.
  • Click your space name link.
  • Click Databases > MySQL (your version).
  • Click your database name from the list.
  • Click Maintenance Tools.
  • Click Backup.
  • If your database is small (less than 50MB) you can choose to download the backup via HTTP.
  • If your database is large, we recommend you do not do that and select the Copy To Folder option.
  • If you do choose to backup via HTTP then click the Backup button, be patient while the database is backed up and zipped, when its ready your browser will alert you that a download is available.
  • If selecting the Copy To Folder option you need to click in the path box and navigate to a path in your webspace where you want to store the backup file.
  • When ready, click Backup.
  • Once you have clicked Backup, please be patient. If your database is large it could take a long time to complete.
  • Once the page returns to the database listing page your backup has completed.
  • You can now login to your webspace via FTP or the File Manager and navigate to where you placed the backup and download it.
  • backup, mysql, mysqldump
  • 2732 Users Found This Useful
Was this answer helpful?

Related Articles

How to create a MySQL database.

You can create new blank MySQL databases in your hosting control panel by following the...

How to import/restore a MySQL database to the server.

Please follow the instructions below to import your existing MySQL dump backup file of your...

How to manage your MySQL database.

We provide phpMyAdmin to all clients. This tool allows you to fully manage your MySQL databases....