Import and Export MySQL dump file from phpMyAdmin

You can import and export your backup .sql files through phpMyAdmin.

Importing:

  1. Log in to your MySQL database server via phpMyAdmin
  2. Select your database name on the left
  3. Click on the "Import" tab on top
  4. Click the "Browse" button and locate your .sql file
  5. Click the "Go" button on the bottom of the page to import the backup

Exporting:

  1. Log in to your MySQL database server via phpMyAdmin
  2. Select your database name on the left
  3. Click on the "Export" tab on top
  4. Pick your export file type
  5. Check the "Save as file" box
  6. Click the "Go" button.