Re: Table is marked as crashed and repair failed!
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
Subject
Views
Written By
Posted
73520
January 11, 2009 06:37AM
Re: Table is marked as crashed and repair failed!
24052
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.