Jag fick samma fel med
grant all on newdb.* to example@sqldat.com;
löst med 'identifierad av':
grant all on newdb.* to example@sqldat.com identified by 'password';
Jag fick samma fel med
grant all on newdb.* to example@sqldat.com;
löst med 'identifierad av':
grant all on newdb.* to example@sqldat.com identified by 'password';