Q. Which option repairs MyISAM tables automatically after they open?
β
Correct Answer: (A)
-myisam-recover=FORCE
Explanation: This question is about how MySQL handles MyISAM tables, which are a type of table used to store data. Sometimes, MyISAM tables can become damaged or corrupted. This can happen for various reasons, like power outages, problems with the storage disk, or software errors.