Skip to content

Instantly share code, notes, and snippets.

@roboter
Created November 6, 2013 07:43
Show Gist options
  • Save roboter/7332377 to your computer and use it in GitHub Desktop.
Save roboter/7332377 to your computer and use it in GitHub Desktop.
Change SQL table ENGINE and COLLATE
ALTER TABLE `table_name` ENGINE = MYISAM DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment