Tilbage til Linux og Unix


MySQL / MariaDB

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;