I got the same error with
grant all on newdb.* to newuser@localhost;
solved with ‘identified by’:
grant all on newdb.* to newuser@localhost identified by 'password';
I got the same error with
grant all on newdb.* to newuser@localhost;
solved with ‘identified by’:
grant all on newdb.* to newuser@localhost identified by 'password';