ّI was creating a db in mysql and ran commands
CREATE USER 'eco_db'@'localhost';
GRANT ALL PRIVILEGES ON eco_db.* To 'eco_db'@'localhost' IDENTIFIED BY 'eco_db@1';
and this is my error message:
#1396 - Operation CREATE USER failed for 'eco_db'@'localhost'