Skip to content

Instantly share code, notes, and snippets.

@ddelponte
Created March 8, 2013 16:19
Show Gist options
  • Save ddelponte/5117622 to your computer and use it in GitHub Desktop.
Save ddelponte/5117622 to your computer and use it in GitHub Desktop.
Create MySQL database
CREATE DATABASE dbname CHARACTER SET utf8 COLLATE utf8_general_ci;
or
CREATE DATABASE dbname CHARACTER SET utf8 COLLATE utf8_bin;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment