Skip to content

Instantly share code, notes, and snippets.

@samir
Created November 30, 2012 21:59
Show Gist options
  • 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