Created
June 29, 2016 01:10
-
-
Save james-see/9366c187ba1aff8cb9cc60fb9949f0c2 to your computer and use it in GitHub Desktop.
mysql setup new database and user access command line so I don't forget and have to stack overflow next time
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 mytestdatabase; | |
| alter database mytestdatabase 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