Skip to content

Instantly share code, notes, and snippets.

@mikebannister
Created May 14, 2011 21:11
Show Gist options
  • Save mikebannister/972640 to your computer and use it in GitHub Desktop.
Save mikebannister/972640 to your computer and use it in GitHub Desktop.
CREATE DATABASE database_name CHARACTER SET utf8;
GRANT ALL PRIVILEGES ON database_name.* TO 'username'@'localhost' IDENTIFIED BY 'your_password';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment