Skip to content

Instantly share code, notes, and snippets.

@iforwms
Created September 26, 2018 06:09
Show Gist options
  • Save iforwms/0e062f00b0f3f34f3dc1e957f8cf0de8 to your computer and use it in GitHub Desktop.
Save iforwms/0e062f00b0f3f34f3dc1e957f8cf0de8 to your computer and use it in GitHub Desktop.
Create MySQL DB from CLI
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