Operation DROP USER failed for 'example_user'@'localhost'
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>';