Skip to content

Instantly share code, notes, and snippets.

@andrezrv
Created November 1, 2013 03:33
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 andrezrv/7260635 to your computer and use it in GitHub Desktop.
Save andrezrv/7260635 to your computer and use it in GitHub Desktop.
Create a new MySQL user and grant all privileges.
GRANT ALL PRIVILEGES ON %DB_NAME%.* TO %DB_USER%@%DB_HOST% IDENTIFIED BY '%DB_PASSWORD%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment