Mysql – repair/check all tables in all databases
The below command will go through all tables in all database databases to do a repair check.
mysqlcheck -uroot -p -A --auto-repair
My daily IT journal
The below command will go through all tables in all database databases to do a repair check.
mysqlcheck -uroot -p -A --auto-repair