This is an old revision of the document!
Hosting companies will typically perform database backups for all of the databases on your server on a daily basis. Please check with your hosting company's policies for details regarding their database backup procedures. We recommend performing your own database backup using a program such as phpMyAdmin. If phpMyAdmin is already installed on your server (usually accessed through your domain's control panel) you can perform the steps below to run your own database backup. If phpMyAdmin is not currently installed on your server, you can install it yourself by downloading the latest stable copy from http://www.phpmyadmin.net and following their installation instructions.
After logging into phpMyAdmin on your server, please follow the steps below to perform a backup of your database. Each step is marked with a numbered "green arrow" to help guide you through this process.
<tip c h>The page layout and required steps may vary slightly depending upon the version of phpMyAdmin that is installed on your site.</tip>
When the process has finished, you will have a complete backup file of your database's tables in an SQL format. Essentially, what you have created is a "snapshot" of your database at that given time to be rerun at a later time if needed. That's all there is to it. Congratulations…you have just backed up your database.