MySQL Forums
Forum List  »  MyISAM

Re: Error code 127: Record-file is crashed.
Posted by: Ingo Strüwing
Date: September 05, 2005 03:52AM

It could be useful to know which MySQL version you use and which operating system.

It could be useful to see the output of the REPAIR TABLE command. The description is not clear about whether the repair failed or the table crashes at the next access.

If it is the REPAIR, there are some options to it. Please refer to the reference manual 13.5.2.6. REPAIR TABLE Syntax.

There is also the myisamchk program: 5.8.5.3. Repair Options for myisamchk.

If the table crashes again and again, it might be a bug which I fixed recently, but as you didn't tell which version you use, I can't say if this is possible. Though I can say that you can have the latest bug fix in that area only if you compiled MySQL yourself from the latest source. ;) The fix will be in 4.1.15, which is not yet released.

Options: ReplyQuote


Subject
Views
Written By
Posted
11933
September 05, 2005 03:27AM
Re: Error code 127: Record-file is crashed.
3938
September 05, 2005 03:52AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.