How to Backup a MySQL Database Using phpMyAdmin

February 24, 2023 / MySQL

This article explains how to back up a MySQL database or selected tables using phpMyAdmin via cPanel. This method is useful when you need a full database backup or only want to back up specific tables for migration, troubleshooting, or data safety.

Steps to Back Up a MySQL Database or Tables Using phpMyAdmin:

  1. Log in to cPanel.
  2. Under the Databases section, click phpMyAdmin.
    phpmyadmin
  3. In phpMyAdmin, click the Databases tab.
    databases
  4. Select the required database from the list.
    databases
  5. From the list of tables:
    1. Select all tables to back up the complete database.
    2. Or select only the specific tables you want to back up.
      structure
  6. Click the Export option from the top menu.
  7. Choose Custom under the Export Method to control what is included in the backup.
    export
  8. Scroll down to the Output section and select the required compression format (optional).
    output
  9. Review the selected tables and export settings.
  10. Click Export.
    export

Once the process is complete, the selected database or tables will be downloaded to your computer in the chosen format.

Also Read: How to Repair a MySQL Database via cPanel

Spread the love