Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. GRANT SHOW VIEW ON `myDatabase`.`awesome_view` TO 'thisUser'@'%'
  2.  
  3. SELECT * FROM myDatabase.fordibenForYouTable;
  4. ERROR 1142 (42000): SELECT command denied to user 'thisUser'@'localhost' for table 'fordibenForYouTable'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement