On Mon, Sep 06, 2004 at 08:53:42PM +0530, komal wrote:
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?
Read sections 5.4 and 5.5 from the MySQL manual, that describe the MySQL privilege concepts and user management.
Sameer.