The below question pertains to MySQL 5.1.44
Let\'s say I have a table with records inserted by different users of my application. How can I give a specific user acce
GRANT SELECT ON database1.view1 TO 'someuser'@'somehost';