Home » MYSQL » MySQL Database Operations » Question
  1. MySQL Enterprise Backup records details of each backup in _____________.
    1. history_backlog
    2. backlog_history
    3. history_backup
    4. backup_history
    5. None of these
Correct Option: D

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’.



Your comments will be displayed only after manual approval.