Skip to content

Instantly share code, notes, and snippets.

@marcuzy
Last active September 24, 2015 04:28
Show Gist options
  • Save marcuzy/f50a24d53f43bf9830ad to your computer and use it in GitHub Desktop.
Save marcuzy/f50a24d53f43bf9830ad to your computer and use it in GitHub Desktop.
MySQL create DB utf8
CREATE DATABASE `my_db` 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