ejaboneta Posted April 12, 2011 Share Posted April 12, 2011 I've made a user that only has Select access to the database... Is it possible to only give it Select access to just one or two views without any other views or tables, including the tables referenced in the granted views? Quote Link to comment https://forums.phpfreaks.com/topic/233426-permissions/ Share on other sites More sharing options...
gizmola Posted April 12, 2011 Share Posted April 12, 2011 Is this for MySQL? You can GRANT SELECT ON database.view TO user@... Should work fine. Quote Link to comment https://forums.phpfreaks.com/topic/233426-permissions/#findComment-1200341 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.