Skip to content

Instantly share code, notes, and snippets.

@saniaky
Last active November 28, 2017 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saniaky/7acfeb88746e4d6acc7624d3c5f50886 to your computer and use it in GitHub Desktop.
Save saniaky/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