Created
May 2, 2014 22:24
-
-
Save damaya/1d0e5c1e43b3c3104ea2 to your computer and use it in GitHub Desktop.
Create database from command
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_database DEFAULT CHARACTER SET latin1 DEFAULT COLLATE latin1_swedish_ci; | |
| CREATE DATABASE my_database DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment