The configuration community:
myisam-recover
Information
Set the MyISAM storage engine recovery mode. The option value is any combination of the values of DEFAULT BACKUP FORCE or QUICK. If you specify multiple values separate them by commas. You can also use a value of to disable this option. If this option is used each time mysqld opens a MyISAM table it checks whether the table is marked as crashed or wasn't closed properly. (The last option works only if you are running with external locking disabled.) If this is the case mysqld runs a check on the table. If the table was corrupted mysqld attempts to repair it.
Syntax
Example



