What is mysqlcheck do?



What is mysqlcheck do?..

Answer / Anjali Vargila

mysqlcheck is a command-line utility provided by MySQL to check and repair database objects such as tables, indexes, and privileges. It can be used for consistency checking, optimization, and error troubleshooting.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What are the functions of commit and rollback statements?

1 Answers  


How can you retrieve a particular number of records from a table?

1 Answers  


Can we use mysql and mysqli together?

1 Answers  


How do you index just the first four bytes of the column?

2 Answers  


How does limit work in mysql?

1 Answers  


What is mysql in linux?

1 Answers  


What is a heap table?

1 Answers  


What is the query to display top 20 rows?

1 Answers  


What does do in mysql?

1 Answers  


What is the use of mysqli_query?

1 Answers  


Why MySQL is used?

1 Answers  


How to extract a unit value from a date and time?

1 Answers  


Categories