QuestionQ184
Backup and RecoveryExamine the following command:
shell> mysqldump --single-transaction --flush-logs —master-data=2 --all-databases > backup_sunday.sql
What additional action does the server perform when the --flush-logs option is used?
- A It deletes old error logs.
- B It starts a new binary log.
- C It starts a new undo log.
- D It deletes old binary logs.
Community Discussion