How to Take MySQL Backups with phpMyAdmin

April 22, 2021 / MySQL

The phpMyAdmin option can be used to back up all databases on a server with limited MySQL disk usage. It has the added benefit of helping you download database backups from the server itself.

Before starting, it is useful to Check the size of your MySQL database to manage space effectively and plan your backups wisely.

Follow these steps:

  1. Log in to WHM as the root user.
    WHM Login
  2. Once you have logged in, you can see a search icon. A drop-down list will be displayed on your screen when you search for SQL Services. Select phpMyAdmin.
    phpMyAdmin
  3. This screen will appear after you enter phpMyAdmin.
    Databases
  4. Select the database(s) you want to backup.
    • Click on the individual database that you want to backup.
    • To back up all databases select nothing
      List of databases
  5. Click on the Export button.
    MySQL Backups
    Note: You will be unable to back up MySQL system tables using this process. Instead, select the MySQL database in phpMyAdmin, and then Export to generate a backup. phpMyAdmin can also export in several other formats along with various customizations. Ensure that an uncompressed backup is generated by the default settings using the .sql extension.
  6. Select SQL in the Format section.
  7. Click on Go.

In this way, you can take MySQL backups with phpMyAdmin.

Spread the love