Skip to content

Instantly share code, notes, and snippets.

@kamaroly
Created July 10, 2020 06:30
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 kamaroly/7df736623e8eac6a62d5478319671138 to your computer and use it in GitHub Desktop.
Save kamaroly/7df736623e8eac6a62d5478319671138 to your computer and use it in GitHub Desktop.
Setting single table permission in mysql
GRANT SELECT ON ceb.loans TO user@'%';
FLUSH PRIVILEGES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment