Skip to content

Instantly share code, notes, and snippets.

@slavafomin
Created June 10, 2014 12:45
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 slavafomin/663b5c04873fb1849aad to your computer and use it in GitHub Desktop.
Save slavafomin/663b5c04873fb1849aad to your computer and use it in GitHub Desktop.
CREATE USER 'blog'@'localhost' IDENTIFIED BY 'password';
# SHOW CHARACTER SET;
CREATE DATABASE blog CHARACTER SET utf8;
GRANT ALL PRIVILEGES ON blog.* TO 'blog'@'localhost';
FLUSH PRIVILEGES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment