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';
Subscribe to:
Post Comments (Atom)
Tips and tricks on installing and configuring some popular software that I use for my various projects. Mostly for myself, but I'll be happy if it could help you too
No comments:
Post a Comment