Skip to content

Instantly share code, notes, and snippets.

@mbylstra
Last active December 23, 2015 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbylstra/6708672 to your computer and use it in GitHub Desktop.
Save mbylstra/6708672 to your computer and use it in GitHub Desktop.
create a utf8 mysql database
CREATE DATABASE some_db DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment