ERROR 1396 (HY000): Operation ALTER USER failed for 'test'@'localhost' code example
Example: 1396(hy00) mysql error
create user 'someuser'@'localhost' identified by 'somepassword';
ERROR 1396 (HY000): Operation CREATE USER failed for 'someuser'@'localhost'