1.

Which option is used in ‘mysqldump’ to make all tables in the destination databases to use a different storage engine?(a) –next-storage-engine(b) –new-storage-engine(c) –clear-storage-engine(d) –get-storage-engineThe question was asked during an interview for a job.My question is based upon Checking and Repairing Database Tables in section Database Maintenance, Backups and Replication of MySQL

Answer»

Correct OPTION is (b) –new-storage-engine

The BEST I can explain: While using the program ‘mysqldump’ in MySQL to copy databases from SERVER to server, all tables in the destination databases can be directed to USE a DIFFERENT storage engine with the –new-storage-engine option.



Discussion

No Comment Found

Related InterviewSolutions