Answer Posted / malkiet
using myisamchk at prompt
or "repair table TBLNAME" command at mysql prompt.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do I run a query in mysql?
How do I exit mysql?
What does "i_am_a_dummy flag" do in mysql?
how to connect a php script with the mysql database?
Write a query to fetch common records between two tables using mysql?
What is heap table in mysql?
What is unique key in mysql?
What is datatype in mysql?
Suppose you have to collect the first name, middle name and the last name of students from the below table. But, you observe that there few missing values either in the first name, middle name and the last name columns. How will you return the first non-null values?
How do I start mysql?
What is a storage engine? What are the differences between innodb and myisam engines?
How to return query output in html format?
Is mysql same as mariadb?
How would you get the current date in mysql?
What is regex in mysql?