1.

Which program performs logical backups?(a) mysqlimport(b) mysqldump(c) myslqpit(d) mysqllogicI have been asked this question by my college professor while I was bunking the class.My question is taken from Making Database Backups topic in section Database Maintenance, Backups and Replication of MySQL

Answer»

Correct option is (b) MYSQLDUMP

The explanation is: The ‘mysqldump’ performs logical backups. It produces a set of SQL statements that are executed to reproduce the ORIGINAL database object DEFINITIONS. It dumps one or more MYSQL databases for backup.



Discussion

No Comment Found

Related InterviewSolutions