Skip to content

Instantly share code, notes, and snippets.

@sourcerebels
Created February 18, 2012 23:01
Show Gist options
  • Save sourcerebels/1861265 to your computer and use it in GitHub Desktop.
Save sourcerebels/1861265 to your computer and use it in GitHub Desktop.
MySQL > Create user
GRANT ALL PRIVILEGES ON <database>.* TO '<user>'@'<host>' IDENTIFIED BY '<password>';
FLUSH PRIVILEGES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment