Skip to content

Instantly share code, notes, and snippets.

@lsgrep
Created April 14, 2015 06:59
Show Gist options
  • Save lsgrep/e7a730e80badddcb9171 to your computer and use it in GitHub Desktop.
Save lsgrep/e7a730e80badddcb9171 to your computer and use it in GitHub Desktop.
-- mysql super user
CREATE USER 'newuser'@'%' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON * . * TO 'newuser'@'%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment