I am logged into mysql...
mysql -u root -pmypass
And I have run the following command to remove the database user which worked succesfully
Check following 2 tables if user is still there after DROP USER command: mysql.user and mysql.db.
Delete user from both, then run FLUSH PRIVILEGES and then you can recreate the user.