Skip to content

Instantly share code, notes, and snippets.

@gabidavila
Last active September 16, 2016 12:49
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 gabidavila/fd973f607a7a4b0d8bbd5d58ad4386c5 to your computer and use it in GitHub Desktop.
Save gabidavila/fd973f607a7a4b0d8bbd5d58ad4386c5 to your computer and use it in GitHub Desktop.
-- Attributes the users to existing roles
GRANT 'dba' TO 'lisa_simpson'@'%';
GRANT 'developer' TO 'millhouse_houten'@'localhost';
GRANT 'readonly' TO 'homer_simpson'@'localhost', 'bart_simpson'@'localhost';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment