ERROR 1396 (HY000): Operation ALTER USER failed for 127.0.0.1 code example
Example 1: 1396(hy00) mysql error
drop user someuser;
flush privileges;
Example 2: 1396(hy00) mysql error
grant all privileges on *.* to 'someuser'@'localhost' with grant option;