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;
http://www.databasejournal.com/features/mysql/article.php/10897_3311731_2 http://www.devarticles.com/c/a/MySQL/Creating-Users-and-Setting-Permissions-...
maybe this helps