Skip to content

Instantly share code, notes, and snippets.

@james-see
Created June 29, 2016 01:10
Show Gist options
  • Select an option

  • Save james-see/9366c187ba1aff8cb9cc60fb9949f0c2 to your computer and use it in GitHub Desktop.

Select an option

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
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