1.

MySQL Enterprise Backup records details of each backup in _____________(a) history_backup(b) backup_history(c) backlog_history(d) history_backlogThis question was posed to me in an interview.This question is from Setting Up Replication Servers topic in chapter Database Maintenance, Backups and Replication of MySQL

Answer»

Right OPTION is (B) backup_history

The best explanation: 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’.



Discussion

No Comment Found

Related InterviewSolutions