Skip to content

Instantly share code, notes, and snippets.

@llbbl
Created January 6, 2015 19:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save llbbl/880bf7e4db37185947f5 to your computer and use it in GitHub Desktop.
Save llbbl/880bf7e4db37185947f5 to your computer and use it in GitHub Desktop.
CREATE DATABASE `mydb` CHARACTER SET utf8 COLLATE utf8_general_ci;
GRANT ALL ON `mydb`.* TO `username`@localhost IDENTIFIED BY 'password';
FLUSH PRIVILEGES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment