top | item 44148182

(no title)

santa_boy | 9 months ago

Curious, Is there an easy way to do row-level and field-level security in MySQL?

discuss

order

fipar|9 months ago

Field-level is just column privileges. Row-level, I think you can only achieve that with views, which is less than ideal.

bawolff|9 months ago

Views?

user32489318|9 months ago

I guess he meant to create a view of a table with “where” conditions depend on your user privileges