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-engineThis question was addressed to me in exam.The query is from Database Copies in division Nulls and Conditions and Miscellaneous of MySQL

Answer»

Right answer is (b) –new-storage-engine

Easy explanation: 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