QuestionQ213
Backup and RecoveryYou have a MySQL system containing 500 GB of data that requires frequent backups.
You use a combination of MyISAM and InnoDB storage engines for the data.
Review the backup requirements:
- The MySQL system being backed up must never be unavailable or locked to client applications.
- Recovery from the backup must function on any system.
- No more than 1 hour of data may be lost when recovering from the backup.
Which option meets all backup requirements?
- A Take a physical backup of the MySQL system.
- B Use the Clone Plugin to copy the data to another MySQL system.
- C Take a logical backup of the MySQL system.
- D Take your backup from a slave of the MySQL system.
Community Discussion