Ich habe den gleichen Fehler mit
grant all on newdb.* to newuser@localhost;
gelöst mit 'Identifiziert durch':
grant all on newdb.* to newuser@localhost identified by 'password';
Ich habe den gleichen Fehler mit
grant all on newdb.* to newuser@localhost;
gelöst mit 'Identifiziert durch':
grant all on newdb.* to newuser@localhost identified by 'password';