MySQL Forums
Forum List  »  General

Re: myisamchk problem
Posted by: Harrison Fisk
Date: October 10, 2004 04:52PM

Hi,

It looks like something real bad happened while you were repairing your table. That has left you with a .TMD instead of a .MYD. To fix it you should rename forum_comments.TMD to forum_comments.MYD, and then try to repair it afterwords.

If the server is running then use the command:

REPAIR TABLE forum_comments;

If the server isn't running, then you can use your above myisamchk to try to fix it.

C:\mysql\bin\myisamchk -r forum_comments

Good luck,

Harrison

Options: ReplyQuote


Subject
Written By
Posted
October 08, 2004 05:26AM
Re: myisamchk problem
October 10, 2004 04:52PM
October 12, 2004 04:53AM


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.