Skip to content

Instantly share code, notes, and snippets.

@localhost8080
Last active August 29, 2015 14:07
Show Gist options
  • Save localhost8080/919ce3f3e5ae816decff to your computer and use it in GitHub Desktop.
Save localhost8080/919ce3f3e5ae816decff to your computer and use it in GitHub Desktop.
convert a table to utf-8
ALTER TABLE whatever CONVERT TO 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