revokePrivileges mysql
REVOKE ALL ON dbname.* FROM 'username'@'localhost';
Splendid Sheep
REVOKE ALL ON dbname.* FROM 'username'@'localhost';