Recipe for creating a corrupt mysql table
Posted
by Chaim Geretz
on Stack Overflow
See other posts from Stack Overflow
or by Chaim Geretz
Published on 2010-06-08T22:20:38Z
Indexed on
2010/06/08
22:22 UTC
Read the original article
Hit count: 194
We had a process that crashed while trying to manipulate an expected mysql record set, running the offending query from the mysql cli showed the following.
mysql> SELECT ...; ERROR 1030: Got error 127 from table handler
Is there a way to easily recreate this condition so we can validate our fix ? (production DB was already repaired).
© Stack Overflow or respective owner