I have mysql db named "greats" with four tables as below
+---------------------+
| Tables_in_greatstat |
+---------------------+
| log |
| sitedet1 |
| siteindex |
| user |
| whois1 |
+---------------------+
Here i have decided to create an mysql user "test" and i want to give the access only for specific table of the db "greatstat". So, May i know how to grant specific table perm for an user in MYSQL ?