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 is the difference between heap table and temporary table?

0 Answers  


Is foreign key indexed mysql?

0 Answers  


How we can copy one table data into another table whose name same as table but in differ database

8 Answers  


How do I find users in mysql?

0 Answers  


Explain the difference between BOOL, TINYINT and BIT?

1 Answers  






Write a query to stop mysql in unix

0 Answers  


How can you find out the version of the installed mysql?

1 Answers  


How to Change a users password from MySQL prompt. Login as root. Set the password. Update privs.

0 Answers  


What is pdo in mysql?

0 Answers  


What is the difference between char and varchar in mysql?

0 Answers  


Is mysql a framework?

0 Answers  


Where is the mysql config file?

0 Answers  


Categories