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

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

jsp - Google line chart x-axis shrinks on transition -

java - Reaching JTextField in a DocumentListener -