Which option repairs MyISAM tables automatically after they open?
(a) –myisam-recover=FORCE
(b) –myisam-recover=STOP
(c) –recover-myisam=FORCE
(d) –recover-myisam=STOP
I had been asked this question in an interview.
The query is from Loading Data Efficiently topic in portion Query Optimization of MySQL