Back
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?
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
31k questions
32.8k answers
501 comments
693 users