Skip to content

Instantly share code, notes, and snippets.

@nosajhpled
Created May 26, 2020 20:33
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 nosajhpled/d3c90c49ec61d135a15f8bf07afa9c7c to your computer and use it in GitHub Desktop.
Save nosajhpled/d3c90c49ec61d135a15f8bf07afa9c7c to your computer and use it in GitHub Desktop.
CREATE USER 'username'@'%' IDENTIFIED BY 'password';
GRANT SELECT ON database.* TO 'username'@'%';
GRANT INSERT ON database.* TO 'username'@'%';
GRANT UPDATE ON database.* TO 'username'@'%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment