Home » MYSQL » MySQL Optimization » Question
  1. Which option repairs MyISAM tables automatically after they open?
    1. –recover-myisam=FORCE
    2. –recover-myisam=STOP
    3. –myisam-recover=FORCE
    4. –myisam-recover=STOP
    5. None of these
Correct Option: C

In order to make sure that the repairs happen the server is started with the –myisam-recover=FORCE option. This enables the server to check MyISAM tables when it opens them and repair them automatically.



Your comments will be displayed only after manual approval.