Hello It is possible to force MySQL's grant and revoke command to check the existence of database and table. For example, I have no pet database and if I execute grant select on pet.* to komal@binu, MySQL does not complain at all. Is this acceptable behavior or I am missing something?
Thank you Komal