Recibí el mismo error con
grant all on newdb.* to example@sqldat.com;
resuelto con 'identificado por':
grant all on newdb.* to example@sqldat.com identified by 'password';
Recibí el mismo error con
grant all on newdb.* to example@sqldat.com;
resuelto con 'identificado por':
grant all on newdb.* to example@sqldat.com identified by 'password';