Skip to content

Instantly share code, notes, and snippets.

@samir
Created November 30, 2012 21:59
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 samir/4178992 to your computer and use it in GitHub Desktop.
Save samir/4178992 to your computer and use it in GitHub Desktop.
Create Schema Database with charset and collate in MySQL
CREATE DATABASE dbname 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