How do I download or backup my MySQL Database? Print

  • 0

There are various ways to export your MySQL databases for safe keeping or transfer. The first method allows you to backup multiple databases via your WH Cloud control panel and the second on a per databases basis via phpMyAdmin.

Backup/Restore

The control panel provides an easy way to download all databases associated with your hosting package. To access this page:

  1. Access the Backup/Restore Page (WH Cloud > Manage Hosting > [select package] > Backup/Restore)
  2. Ensure "Databases" is checked under "Backup Type"
  3. Click "Create Backup".

A backup task will then be queued by our system and once completed a download link will be provided. This usually takes 1-2 minutes. You can then download a zip file containing all your MySQL databases from this interface.

phpMyAdmin

The phpMyAdmin management software lets you import and export your databases.

  1. Login to your database via phpMyAdmin (WH Cloud > Manage Hosting > [select package] > phpMyAdmin)
  2. Click the database you wish to backup down the left hand side
  3. Click the "Export" tab at the top of your page
  4. Leave "Quick" selected under Export Method
  5. Select your desired format - We recommend "SQL" for most cases
  6. Click "Go".

Within a few seconds a download should begin in your browser.


Was this answer helpful?

« Back