Skip to content

Instantly share code, notes, and snippets.

@normal-carrot
Last active November 28, 2017 14:01
Show Gist options
  • Save normal-carrot/7acfeb88746e4d6acc7624d3c5f50886 to your computer and use it in GitHub Desktop.
Save normal-carrot/7acfeb88746e4d6acc7624d3c5f50886 to your computer and use it in GitHub Desktop.
Create MySQL database in utf8
=======> Create database
CREATE DATABASE db_name 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