Home » MYSQL » MySQL Database Operations » Question
  1. How many of these can replace ‘level’ in ‘–myisam-recover = level’?
    BACKUP, FORCE, QUICK
    1. 3
    2. 2
    3. 1
    4. 0
    5. None of these
Correct Option: A

To enable MyISAM table recovery, the server is started with the ‘–myisam-recover = level’ option. The value of level is a comma-separated list of the following: BACKUP, FORCE, QUICK or DEFAULT.



Your comments will be displayed only after manual approval.