Home » MYSQL » MySQL Database Operations » Question
  1. In ‘mysqldump’ which option is used to make all tables in the destination databases to use a different storage engine?
    1. –new-storage-engine
    2. –clear-storage-engine
    3. –get-storage-engine
    4. –next-storage-engine
    5. None of these
Correct Option: D

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.



Your comments will be displayed only after manual approval.