Skip to content

Instantly share code, notes, and snippets.

@prestontimmons
Created April 16, 2010 16:47
Show Gist options
  • Save prestontimmons/368660 to your computer and use it in GitHub Desktop.
Save prestontimmons/368660 to your computer and use it in GitHub Desktop.
# Alter table to InnoDB engine
ALTER TABLE table_name ENGINE = InnoDB;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment