1.

How is a delimited-text data file reloaded?(a) mysqlexport(b) mysqlimport(c) mysqlexpand(d) mysqltransferI had been asked this question in an online interview.I'm obligated to ask this question of Making Database Backups topic in portion Database Maintenance, Backups and Replication of MySQL

Answer»

Correct answer is (b) mysqlimport

To elaborate: In ORDER to reload a delimited-text data file, use ‘LOAD DATA INFILE’ or ‘mysqlimport’. MYSQL supports the incremental backups when the server is STARTED with the ‘–log-bin’ OPTION.



Discussion

No Comment Found

Related InterviewSolutions