MySQL Forums
Forum List  »  InnoDB

Re: How to determine if table is locked or corrupted
Posted by: Ben Clewett
Date: June 30, 2008 10:27AM

Is you system Linux?

If you do something like:

# strings green/member.frm | grep InnoDB
# strings green/member.frm | grep MyISAM

I hope you get a hit on just the first? I also hope you have *just* the .frm, no .MYI or .MYD filed?

Can you also try a SHOW ENGINES? We want the line:

| InnoDB | DEFAULT |

Or at least:

| InnoDB | YES |

Also, if you do a SHOW CREATE TABLE green.users, what do you get? Does it include the correct engine type?

Ben

Options: ReplyQuote




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.