Skip to content

Instantly share code, notes, and snippets.

@anytizer
Created March 11, 2014 06:55
Show Gist options
  • Save anytizer/9480797 to your computer and use it in GitHub Desktop.
Save anytizer/9480797 to your computer and use it in GitHub Desktop.
Grant and make SQL examples
GRANT ALL ON *.* TO 'USERNAME'@'%' IDENTIFIED BY 'PASSWORD';
GRANT ALL ON *.* TO 'USERNAME'@'localhost' IDENTIFIED BY 'PASSWORD';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment