Hello, I am trying to revoke all privileges from a user on a certain table in a database. I want the user to continue to have all his/her privileges intact for the other tables though.
I used the statement "REVOKE ALL PRIVILEGES on dbName.tableName from thisUser"; But that doesn't seem to change anything. The message always gives "Query 0K, 0 rows affected..." What could I be missing. Thank you. -- http://www.spreadfirefox.com/