Exporting MySQL Databases Print

  • 0

Export the Complete Database
  1. Access your database via PHPMyAdmin in your cPanel
  2. On the phpMyAdmin page, click Export under MySQL.
  3. In the Export field on the left side of the View Dump pane, select the database you would like to export.
  4. Select your options in the SQL options pane. Click the Save as file checkbox and name the file.
  5. When you are satisfied with your options, click the Go button. You are prompted to download the file.

Your database has been exported.

Export Selected Tables Within a Database
  1. Access your database via PHPMyAdmin in your cPanel.
  2. Click on the Databases icon under MySQL.
  3. Click the database name you want to export tables from.
  4. Click the Export tab.
  5. In the Export field on the left side of the View Dump pane, select the tables you would like to export. Use the CTRL-key to select multiple tables.
  6. Select your options in the SQL options pane. Click the Save as file checkbox and name the file.
  7. When you are satisfied with your options, click the Go button. You are prompted to download the file.

The selected tables have been exported.


Was this answer helpful?

« Back