Skip to content

Instantly share code, notes, and snippets.

@costis
Created January 26, 2013 16:12
Show Gist options
  • Select an option

  • Save costis/4643072 to your computer and use it in GitHub Desktop.

Select an option

Save costis/4643072 to your computer and use it in GitHub Desktop.
MYSQL create UTF8 database

CREATE DATABASE mydb 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