i was creating a db in mysql and ran commands-
create database projectdb;
create user 'aquaman'@'localhost' identified by password'aquaman123';
and it gave error-
ERROR 1396 (HY000): Operation CREATE USER failed for 'aquaman'@'localhost'
anyone please help me how to resolve it