InterviewSolution
Saved Bookmarks
| 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 |
|