Tilbage til Linux og Unix
SQL for at checke alle tabler mysql -B -u root -p -e 'select concat(“check tables ”,tables.table_schema,“.”,tables.table_name,“;”) from information_schema.tables;
mysql -B -u root -p -e 'select concat(“check tables ”,tables.table_schema,“.”,tables.table_name,“;”) from information_schema.tables;