RevokePrivileges MySQL

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