Operation DROP USER failed for ''@'localhost' code example
Example: ERROR 1396 (HY000): Operation DROP USER failed for 'ananyapam'@'%'
select user,host
from mysql.user
where user = '<your-user>';
select user,host
from mysql.user
where user = '<your-user>';