J'ai la même erreur avec
grant all on newdb.* to example@sqldat.com;
résolu avec 'identifié par' :
grant all on newdb.* to example@sqldat.com identified by 'password';
J'ai la même erreur avec
grant all on newdb.* to example@sqldat.com;
résolu avec 'identifié par' :
grant all on newdb.* to example@sqldat.com identified by 'password';