Skip to content

Instantly share code, notes, and snippets.

@gustavobgama
Last active December 16, 2015 02:29
Show Gist options
  • Save gustavobgama/5362887 to your computer and use it in GitHub Desktop.
Save gustavobgama/5362887 to your computer and use it in GitHub Desktop.
How to show MyIsam tables
SELECT TABLE_SCHEMA, TABLE_NAME FROM information_schema.TABLES WHERE ENGINE LIKE 'myisam';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment