11th January 2003, 09:04 AM
|
#1
|
Join Date: Dec 2004
Location: Gold Coast, Australia
Posts: 2,166
Points: 1,025.61
|
[how to] Backup and resotre using phpMyAdmin
How To Backup:
Find: View dump (schema) of database.
Select everything in the box below it.
Then select:
Structure and data
Add 'drop table'
Complete inserts
Save as file
Then click go.
How To Restore:
Find: Or Location of the textfile
Click browse and find your .sql file that you downloaded when backing up.
Click go.
|
|
|