Skip to content

Instantly share code, notes, and snippets.

@narfdotpl
Created May 27, 2011 11:10
Show Gist options
  • Select an option

  • Save narfdotpl/995048 to your computer and use it in GitHub Desktop.

Select an option

Save narfdotpl/995048 to your computer and use it in GitHub Desktop.
mysql unicode ffs
-- mysql unicode ffs
DROP DATABASE foo;
CREATE DATABASE foo 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