InterviewSolution
Saved Bookmarks
| 1. |
Where does MySQL Enterprise Backup record details of each backup?(a) history_backup(b) backup_history(c) backlog_history(d) history_backlog |
|
Answer» Correct option is (b) backup_history To explain I would say: The restored data includes the ‘backup_history’ table, where ‘MySQL Enterprise Backup’ records details of each backup. The table allows to perform future incremental backups using ‘–incremental-base=history:last_backup’. |
|