| |
How do I back up and restore a MySQL database?
How do I backup and restore a MySQL database?
I. BACKUP - This will be a two step process.
- First you will need to create a backup copy of your MySQL database on your local hard drive.
- Next you will want to select the backup copies of this database, for backup offsite with PC Data Backups software.
- This link will explain how to select files or folders: Screen shots - Selecting Files or Folders
- Be sure to verify that the correct files are selected for backup and that they are backing up correctly.
You can do this by performing Step 1) of the RESTORE operation described below, and restoring the database file to an alternate location as a test.
View this document for more information: Test Restore
II. RESTORE - This is also a two step process.
- First you will want to retrieve the backed up database files from your PC Data Backups account.
- Next you will want to refer to the MySQL website for instructions on how to restore your database file in MySQL.
|
|
|