kknight2046
Programmer
There are 100 tables in a database, named 'db'. I want to make one table called 'a' readonly to a user 'tom'. How can I make it happen?
Previously, I used grant command to assign ALL privilege to the user:
grant ALL on *.* to tom@%
Thanks.
Previously, I used grant command to assign ALL privilege to the user:
grant ALL on *.* to tom@%
Thanks.