Hi I am facing problem in MySQL database administration on user rights. I want to restrict user from accessing MySQL database. For this I issued revoke all on MySQL.* from komal@localhost;
MySQL gave me error that there is no grants define for user komal in host tables;
What does it mean?
Thank you Komal