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-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 |
|