Skip to content

Instantly share code, notes, and snippets.

@r115
Created January 9, 2016 14:41
Show Gist options
  • Save r115/13e776d931b53af8da1e to your computer and use it in GitHub Desktop.
Save r115/13e776d931b53af8da1e to your computer and use it in GitHub Desktop.
MySQL scripts
#Create a UTF8 schema in MySQL
CREATE SCHEMA `my_database` 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