Last active
November 28, 2017 14:01
-
-
Save saniaky/7acfeb88746e4d6acc7624d3c5f50886 to your computer and use it in GitHub Desktop.
Create MySQL database in utf8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=======> 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