Jeg fik samme fejl med
grant all on newdb.* to example@sqldat.com;
løst med 'identificeret af':
grant all on newdb.* to example@sqldat.com identified by 'password';
Jeg fik samme fejl med
grant all on newdb.* to example@sqldat.com;
løst med 'identificeret af':
grant all on newdb.* to example@sqldat.com identified by 'password';