i tried to repair a table in mysql ….
but it returned an error like ..
The storage engine for the table doesn't support repair
plz try to help..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check which storage engine the table is using:
REPAIR TABLE only works for the MyISAM, ARCHIVE and (lately) CSV storage engines, according to the documentation. For other storage engines your best bet is to restore the table from backup.