Skip to content

Instantly share code, notes, and snippets.

@skarllot
Created November 24, 2013 19:57
Show Gist options
  • Save skarllot/7631636 to your computer and use it in GitHub Desktop.
Save skarllot/7631636 to your computer and use it in GitHub Desktop.
MySQL Tables Engine
SELECT TABLE_SCHEMA, TABLE_NAME, ENGINE
FROM information_schema.TABLES
where ENGINE IS NOT NULL;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment