Backup Process with phpMyAdmin
- Log into phpMyAdmin on your server
Image#2
- From the main login screen, select ‘Databases’ (Image#1)
Image#3
- Now click the name of your database – or your WordPress database if you have several databases. (Image#2)
Image#4
- The next screen will show you all the tables inside your WordPress database.
Ignore those, and click the ‘Export’ tab on the top set of tabs. (Image#3) - Look at the left box at the top of the Export section. All the tables in the database you selected are in that box.(Image#4)
Image#5
- 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. (Image#5)
- 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
- 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. (Image#6)
Depending on the database size, this may take a few moments. - Once that download is complete, check the ‘zipped’ option, click ‘Go’, and download the next file.
If you wanted, you could download a backup in each of the compression formats. Your choice. - You have now backed up your database.
Image#1