Here is how to do it with the help of 'information_schema' of MySQL:
select concat('repair table ', table_name, ';') from information_schema.tables where table_schema='my-db-schema-name';
Showing posts with label repair tables. Show all posts
Showing posts with label repair tables. Show all posts
Saturday, June 23, 2012
Subscribe to:
Posts (Atom)