HostGator Web Hosting Help

How to Backup a MySQL Database

Summary

There are three options available to backup your MySQL databases



Using Site Backup & Restore

  1. Select "Site Backup & Restore" from the Files category, after logging into cPanel.
  2. Click the "Browse" link next to Databases.
  3. Select the desired archive date.
  4. Select the desired database.
  5. Click "download zip"

Using phpMyAdmin

  1. Login to your cPanel and click phpMyAdmin icon in Databases section.
  2. Select the database you wish to backup the list on the right.
  3. Click on the "Export" Tab.
  4. Click the "GO" button.
  5. You will be asked to save the .sql file to the hard drive; select the desired path, and click the OK button.

    This can take a significant period of time, depending on the size of the file being imported, the number of operations the .sql file must perform, and a number of other variables.

Using the Command Line

Enter the following command to export your database:

mysqldump -u username -p database_name filenamehere.sql

Please see the separate Help Desk article here.

After pressing Enter you will be prompted for your MySQL password. Enter your password and this will export a copy of the database into your specified filename.

If you need assistance with any of these procedures, please contact our Support department.



Was this resource helpful?

Did this resolve your issue?


Please add any other comments or suggestions about this content:





Recommended Help Content

How to backup all of your MySQL databases using the Site Backup & Restore tool
Knowledgebase Article 254,198 views tags: backup database mysql restore site

How to restore MySQL databases using the Site Backup & Restore tool
Knowledgebase Article 242,414 views tags: backup database mysql restore site

This article will explain MySQL database and user creation and deletion, and explain how to assign a user to a database.
Knowledgebase Article 861,141 views tags: creation database mysql

Related Help Content

How do I import a backup of my database (.sql file) using phpMyAdmin?
Knowledgebase Article 767,028 views tags: database mysql phpmyadmin

How do I make my MySQL database compatible with the version you provide?
Knowledgebase Article 235,931 views tags: compatible database mysql

This article will explain how to change the password for a database in the event that the original password is lost.
Knowledgebase Article 250,844 views tags: database mysql password

How can I connect to our MySQL database from Dreamweaver?
Knowledgebase Article 259,793 views tags: connecting database dream mysql weaver

How to Restore your MySQL Database?
Knowledgebase Article 374,242 views tags: admin database mysql php phpmyadmin restore

I am prompted to set a new MySQL password. What does this mean and how do I change it?
Knowledgebase Article 237,335 views tags: connect database mysql password phpmyadmin username

How to repair and optimize your database using phpMyAdmin:
Knowledgebase Article 433,964 views tags: database mysql optimizing repairing slow speed

This article will explain how to connect your scripts to your MySQL databases.
Knowledgebase Article 228,704 views tags: database mysql scripts