Skip to content

Instantly share code, notes, and snippets.

@byjamaljama
Created June 2, 2014 18:53
Show Gist options
  • Save byjamaljama/8163a9aa3bbf98c6e487 to your computer and use it in GitHub Desktop.
Save byjamaljama/8163a9aa3bbf98c6e487 to your computer and use it in GitHub Desktop.
Creating MySQL utf8 database
CREATE DATABASE my_database 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