drop user someuser;
flush privileges;
grant all privileges on *.* to 'someuser'@'localhost' with grant option;
create user 'someuser'@'localhost' identified by 'somepassword';
ERROR 1396 (HY000): Operation CREATE USER failed for 'someuser'@'localhost'