Simple CMS Database Backup with phpMyAdmin

A tutorial for simple CMS Database Backup with phpMyAdmin.

1. Once you have entered into phpMyAdmin (which can be done via cPanel), click on the Databasebutton. In certain version of phpMyAdmin you may be automatically redirected to this area upon logging into the system.



2. Here you will see all databases associated with your cPanel account. Select the database that you wish to backup form the ones shown within phpMyAdmin.

3. After you have selected all databases you would like to be backed up, you will click the Exportbutton. There are two methods of export, Quick and Custom. In most situations Quick export will be what you select, however if you want to ensure any custom tables are included in the database you will want to use Custom with the following options:

  1. Select all the tables.
  2. In the Output section check Save output to a file and select None for Compression. (If your database is very large use a compression method)
  3. Select SQL from the Format drop-down menu.
  4. Check “Add DROP TABLE”: this can be useful for over-writing an existing database.
  5. Check “IF NOT EXISTS”: this prevents errors during restores if the tables are already there.
  6. Click Go. The data will now be saved into your computer.

4. Now that you have the database downloaded via the Export tool, you should store it in a safe location that preferably has redundancy. You have now successfully downloaded and backed up your CMS database.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Drupal Thumbnails not Generating

This article covers Drupal Thumbnails not Generating and how to fix it. When you find that your...

Disable Magic Quotes GPC for Joomla

When installing Joomla on a shared package, the pre-installation checklist will often show an...

How to reset my OpenCart Admin Password

Log into your cPanel account and click on phpMyAdmin Open the database that your OpenCart...

How to Reset the Joomla Administrator Password

Log into your cPanel account and click on phpMyAdmin Open the database that your Joomla website...

How to reset admin panel password in osCommerce

Log into your cPanel account and click on phpMyAdmin Open the database that your osCommerce...