I think this is not implemented.

But Logically, I also think it is not easy to implement since rows get added
dynamically. So, it is not easy to predict what will be in the table.

Since I needed such a feature in my application, I created an ACL (access
control list) table that allows me to control who can UPDATE which rows in
other tables.
Of course this is only possible when a user accesses the DB through my
application. In case a user connects to the database using other Clients, he
will bypass my ACL.

Hope this helps


Thanks
Emery
----- Original Message -----
From: "Madhavi Kutty" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 06, 2003 18:12
Subject: Row-level privileges in mysql


> Hi,
> Does MySQL support row-level access privileges?
>
> Regards,
> Madhavi
>
> __________________________________
> Do you Yahoo!?
> The New Yahoo! Shopping - with improved product search
> http://shopping.yahoo.com
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]
>
>
>



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to