MySQL Forums
Forum List  »  Data Recovery

Re: Table is marked as crashed and repair failed!
Posted by: Mahesh Sawaiker
Date: January 26, 2009 01:10AM

I know this is late but incase you are still looking for a solution.
I had come across a similar problem try running the myisam command with following options. make sure you set --max-record-length to an appropriate value before running.
myisamchk --max-record-length=1048576 -r -f <table_name>
I have written in detail about the above problem here http://maheshsworld.jokesplanet.com/?q=mysql_crash

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Table is marked as crashed and repair failed!
23971
January 26, 2009 01:10AM


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.