Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What causes MyISAM to become corrupt? [closed]

Tags:

mysql

myisam

I've heard that MyISAM tables can become corrupt, what sort of actions are most likely to corrupt them and how can you safely fix said corruptions.

like image 948
Teifion Avatar asked Dec 09 '22 21:12

Teifion


1 Answers

The MySQL documentation is quite explicit about that: http://dev.mysql.com/doc/refman/5.1/en/corrupted-myisam-tables.html

like image 57
Deniz Dogan Avatar answered Dec 13 '22 14:12

Deniz Dogan