1.

The program that performs logical backups is _____________(a) mysqlimport(b) mysqldump(c) myslqpit(d) mysqllogicThis question was addressed to me in unit test.Question is taken from Copying Databases to Another Server in chapter Database Maintenance, Backups and Replication of MySQL

Answer»

The correct choice is (b) mysqldump

The best I can explain: 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