Created
July 10, 2020 06:30
-
-
Save kamaroly/7df736623e8eac6a62d5478319671138 to your computer and use it in GitHub Desktop.
Setting single table permission in mysql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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