Skip to content

Instantly share code, notes, and snippets.

@whytewolf
Created June 12, 2015 21:53
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 whytewolf/641a71bfca603cab03c6 to your computer and use it in GitHub Desktop.
Save whytewolf/641a71bfca603cab03c6 to your computer and use it in GitHub Desktop.
mysql_grants_root:
mysql_grants.present:
- grant: ALL
- database: '*.*'
- user: root
- host: '%'
- connection_user: whytewolf
- connection_pass: whytewolfspass
- connection_charset: utf8
mysql_grants_whytewolf:
mysql_grants.present:
- grant: ALL
- database: '*.*'
- user: whytewolf
- host: '%'
- connection_user: root
- connection_pass: rootspass
- connection_charset: utf8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment