How can we repair a MySQL table?

Answers were Sorted based on User's Feedback



How can we repair a MySQL table?..

Answer / malkiet

using myisamchk at prompt
or "repair table TBLNAME" command at mysql prompt.

Is This Answer Correct ?    1 Yes 1 No

How can we repair a MySQL table?..

Answer / opensky

using myisamchk at prompt
or "repair table TBLNAME" command at mysql prompt.

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More MySQL Interview Questions

How do I install the latest mysql on ubuntu?

0 Answers  


How to get a list of indexes of an existing table?

0 Answers  


What are procedures in mysql?

0 Answers  


What are the nonstandard string types?

0 Answers  


How can you export the table as an xml file in mysql?

0 Answers  






What is triggers?

0 Answers  


How to use sum function in where clause in mysql?

0 Answers  


What is the usage of "i-am-a-dummy" flag in mysql?

0 Answers  


What is a storage engine?

0 Answers  


Can varchar be primary key?

0 Answers  


Which datatype is used for email in mysql?

0 Answers  


What is inner join in mysql?

0 Answers  


Categories