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 [EMAIL PROTECTED]; > > 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. -- Research Scholar, KReSIT, IIT Bombay http://www.it.iitb.ac.in/~sameerds/ -- http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

