68 Classifieds Blog

Features

Database Backup with PhpMyAdmin

Posted on March 31, 2008 by Eric Barnes

Most web hosts will give you access to manage your database through a script named phpmyadmin. In this tutorial I will go through the steps to make a backup of your database.

View a QuickTime Movie of this tutorial.

Step 1.

Login into phpmyadmin and you should see a page similar to this screen shot:
PHP MyAdmin Dashboard

Step 2.

In the left frame find the database you are wanting to back up:
Select Database

Step 3.

Now click the “Export” tab:
PHPMyAdmin Export Tab

Step 4.

Go to the bottom and check the “Save as File” check box. Finally click the submit button. This will create a database backup and allow you to save it to your computer.
Save as File

From this same section you can also choose the type of file you want to save. SQL, zipped, gzip, or bzipped.

Wrap Up

Hopefully this small tutorial will help you backup your database using phpmyadmin and prevent any loss of data. You can also use these sames steps to move your site to a different server.

Comments

June 28th, 2009 at 3:14 pm

how do you even install this and where? You tutorial does not begin at the beginning for someone who just downloaded this from their website…

Please confirm.

June 28th, 2009 at 3:46 pm

Yes, phpmyadmin Is installed on the majority of web hosts. So it should be pre installed if that is not the case on your site then I am sure phpmyadmins website includes instructions

John
November 22nd, 2009 at 5:53 am

Hello, I understand the backup using myphpadmin which I did, but could you please reference how to RESTORE the data you have backup? One would assume you would now use the import tab next to the export one that was used to backup, but from what I have been able to dig up in documentation using myPhpAdmin 2.11 am I to select the SQL tab; unselect the show this query; and click go? If I do that I recieve error “missing value in form” ? Thanks

November 23rd, 2009 at 10:50 am

I always use the “Import” tab. If you view the screen shot in step 2 above you will see this tab.

Comments