Skip to content

Instantly share code, notes, and snippets.

@prestontimmons
Created April 16, 2010 16:37
Show Gist options
  • Save prestontimmons/368645 to your computer and use it in GitHub Desktop.
Save prestontimmons/368645 to your computer and use it in GitHub Desktop.
# Check MySQL storage engine
SELECT TABLE_NAME, ENGINE FROM information_schema.TABLES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment