MySQL Forums
Forum List  »  Newbie

Re: Got error 134 from storage engine. Error number 1030
Posted by: Rick James
Date: December 08, 2011 10:23PM

Get into the commandline tool "mysql" and type:
USE jsbur2_vb4edc
SHOW TABLE STATUS vb4_user \G
CHECK TABLE vb4_user;

Then, if it does not say OK, do
REPAIR TABLE vb4_user;

Options: ReplyQuote


Subject
Written By
Posted
Re: Got error 134 from storage engine. Error number 1030
December 08, 2011 10:23PM


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.