Skip to content

Instantly share code, notes, and snippets.

@sharp
Created September 25, 2012 01:46
Show Gist options
  • Save sharp/3779509 to your computer and use it in GitHub Desktop.
Save sharp/3779509 to your computer and use it in GitHub Desktop.
create a romate mysql user
GRANT ALL PRIVILEGES ON *.* TO marty@'%' IDENTIFIED BY 'watch4keys' WITH GRANT OPTION;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment