Backing up the mySQL database using phpmyadmin
- Log into phpmyadmin on your server
- Select your store database from the left hand drop down list of databases
- Select the "Export" link from the main menu
- From the Export box, Select All and tick the SQL radio button below
- To the right in the SQL box check the boxes for Structure and Data
- Finally select "Save as File", Compression: None and hit the Go button
to save the .sql file to your hard drive
Importing the back up using phpmyadmin
- Log into phpmyadmin on your server
- Create a new database by typing in the name of the database in the "Create
Database" field.
- Click on the link at the top of the page "SQL"
- In the box "Location of the textfile:" browse to where you saved the .sql
file and hit the Go button.
- You should now having a listing of all the fields for your store database
and you are all finished.