Created
September 26, 2018 06:09
-
-
Save iforwms/0e062f00b0f3f34f3dc1e957f8cf0de8 to your computer and use it in GitHub Desktop.
Create MySQL DB from CLI
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 mydatabase CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment