Skip to content

Instantly share code, notes, and snippets.

@ernado
Created November 27, 2014 10:22
Show Gist options
  • Save ernado/dc3f0fc539ad30014ec0 to your computer and use it in GitHub Desktop.
Save ernado/dc3f0fc539ad30014ec0 to your computer and use it in GitHub Desktop.
create db mysql utf8
CREATE DATABASE `tera_site` 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