mysql - table specific privileges -
I want to apply the privileges in phpmyadmin at the host level. I want some columns to be shown to the user only.
Here is the query I used.
Retrieve all the provisions on resource_steps. `FROM 'resources' test_user' @ '%'; Select Grant (`Resource_ID`,` first_name`) on `resource_test` With resource options 'test_user' @ '%' with grants option; But I'm unable to select only the selected field / column.
Is it possible to show only a few columns to the user?
Either it is possible.
View
Comments
Post a Comment