Skip to content

Instantly share code, notes, and snippets.

@zhenyi2697
Last active December 14, 2015 04:39
Show Gist options
  • Save zhenyi2697/5029778 to your computer and use it in GitHub Desktop.
Save zhenyi2697/5029778 to your computer and use it in GitHub Desktop.
MySQL: connect to mysql using command
mysql -u root -p ENTER
CREATE DATABASE django CHARACTER SET utf8;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment