Skip to content

Instantly share code, notes, and snippets.

@FabienPapet
Created June 23, 2015 21:55
Show Gist options
  • Save FabienPapet/7c2b018e49657aa1e120 to your computer and use it in GitHub Desktop.
Save FabienPapet/7c2b018e49657aa1e120 to your computer and use it in GitHub Desktop.
Create database with UTF8 encoding
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