How to Backup your MySQL Database Using phpMyAdmin

Here are our instructions for backing up your MySQL database using phpMyAdmin.
 
1) Login to the correct phpMyAdmin.  We currently offer two versions depending on the MySQL server your database is hosted on as follows.
 
https://secure.atlantisnet.com/phpmyadmin3/ is used to access databases on MySQL5, PUMC and Seadragon.
https://secure.atlantisnet.com/phpmyadmin2/ is used to access databases on MySQL and Valiant.
 
 
2) Click on the database you would like to backup from the left sidebar.  In the following example we plan on backing up the database named "mysql".  Here you should select your specific database name and not "mysql".
 
 
3) Click on the Export tab.
 
 
4) Choose the Quick Export Method, leave the Format as SQL and then click on the Go button.
 
 
5) The export file of your database will be downloaded to your local computer and will be saved in your browser's default downloads folder.