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? 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. Link to comment https://forums.phpfreaks.com/topic/233426-permissions/#findComment-1200341 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.