Skip to content

Instantly share code, notes, and snippets.

@adrianosaaquino
Created March 12, 2015 14:55
Show Gist options
  • Save adrianosaaquino/2808e2493f478117250e to your computer and use it in GitHub Desktop.
Save adrianosaaquino/2808e2493f478117250e to your computer and use it in GitHub Desktop.
Mysql - Create schema character set and collation
CREATE SCHEMA `name` DEFAULT 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