Skip to content

Instantly share code, notes, and snippets.

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