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

What are enums used for in mysql?

0 Answers  


How to use 'mysql' to run sql statements?

0 Answers  


Can I copy mysql data directory?

0 Answers  


How do you control the max size of a HEAP table?

1 Answers  


How do I install the latest mysql on ubuntu?

0 Answers  






How to update database permissions/privilages.

0 Answers  


Why should I learn mysql?

0 Answers  


How do you login to MySql using Unix shell?

0 Answers  


What's new in mysql 8?

0 Answers  


What is full text indexing in mysql?

0 Answers  


How can I change database in mysql?

0 Answers  


What does mysqli stand for?

0 Answers  


Categories