Wordpress Backup Process with phpMyAdmin
==========================================

1. Log into phpMyAdmin on your server

2.  select ‘Databases’ from the main login screen,

3. Then click the name of your database – or your WordPress database if you have several databases.

4. Now the screen will show you all the tables inside your WordPress database.

Now just click the ‘Export’ tab on the top set of tabs.

5. Look at the left box at the top of the Export section. All the tables in the database you selected are in that box.

* If you have other programs that use the database, then choose only those tables that correspond to your wordpress install. They will be the ones with that start with “wp_” or

* whatever ‘table_prefix’ you specified in your ‘wp-config.php’ file.
* If you only have your WordPress blog installed, in the left column, click ‘Select All’.

# Ensure that the SQL button is selected too.

* The SQL section
* Tick the following boxes: Structure, ‘Add DROP TABLE’, ‘Add AUTO_INCREMENT’ and ‘Enclose table and field names with backquotes’

# The DATA section

* Leave the boxes inside this section unticked, but make sure to keep the checkbox next to the “DATA” heading checked.

# Tick the ‘Save as file’ option, and leave the template name alone.

For now, select ‘None’ for compression.

# Now click ‘Go’ and you should be prompted for a file to download. Save the file to your computer.

Depending on the database size, this may take a few moments.

# Once the download is complete, check the ‘zipped’ option, click ‘Go’, and download the next file.

If you need, you could download a backup in each of the compression formats. Your choice.

# The backup is finished