Ho ricevuto lo stesso errore con
grant all on newdb.* to example@sqldat.com;
risolto con 'identificato da':
grant all on newdb.* to example@sqldat.com identified by 'password';
Ho ricevuto lo stesso errore con
grant all on newdb.* to example@sqldat.com;
risolto con 'identificato da':
grant all on newdb.* to example@sqldat.com identified by 'password';