Exporting a MySQL Database via phpMyAdmin Print

  • 1

Locating phpMyAdmin


cPanel

    1. Login to cPanel.
    2. There will be an icon for phpMyAdmin in the Databases section.  This will take you to phpMyAdmin. 
    3. The list of available databases will be listed on the left hand side once you get into phpMyAdmin.

Local Computer

    1. Use your web browser to access http://localhost/phpmyadmin or http://127.0.0.1./phpmyadmin

Exporting a Database
  1. Go to an existing database in phpMyAdmin.
  2. Click Export at the top.
  3. Leave the settings as they are, click the "Save as file" checkbox and click Go.
  4. This will download a .sql file to your computer.

Was this answer helpful?

« Back