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?
from command line you can use:
mysqlcheck -A --auto-repair