I'm trying to add a user with permissions to view only certain columns in a table.
When trying to access that table from phpMyadmin i get #1142 - SELECT command denied to user 'fhg-stats'@'localhost' for table 'rk_upd'
error
But if I query the table using SQL like SELECT col1, col2 FROM table
i do see the correct result. So obviously I do have privileges to see the wanted columns.
But why can't i just view the table direct in phpMyadmin?
EDIT
flush privileges
doesn't make any difference.
Also the problem persists even from other clients than phpmyadmin