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