Created
March 18, 2017 09:22
-
-
Save Maden-maxi/f1e9e85af297f6a8ba85b71096aed568 to your computer and use it in GitHub Desktop.
Create Database UTF-8 encoding on SQL
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 `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