MySQL Forums
Forum List  »  Data Recovery

Re: Corrupt Schema
Posted by: addision philip
Date: July 11, 2012 10:37PM

Schema table consists all the different tables for a selected database. It also holds the row count, data length, & index length for all those tables.

To repair MyISAM table, Run below syntax:

REPAIR [NO_WRITE_TO_BINLOG | LOCAL] TABLE
tbl_name [, tbl_name] ...
QUICK] [EXTENDED] [USE_FRM]

Options: ReplyQuote


Subject
Views
Written By
Posted
2528
July 06, 2012 12:40PM
Re: Corrupt Schema
1572
July 11, 2012 10:37PM


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.