Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in SQL by (20.3k points)

How to check all the tables in the database in one go?

Rather than typing the query check table ''tablename''; for all the tables one by one.

Is there any simple command like check all or anything like that?

1 Answer

0 votes
by (40.7k points)

In the command line you can try this:

mysqlcheck -A --auto-repair

For more information: http://dev.mysql.com/doc/refman/5.0/en/mysqlcheck.html

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...