Jeg fik samme fejl med
grant all on newdb.* to [email protected];
løst med 'identificeret af':
grant all on newdb.* to [email protected] identified by 'password';
Jeg fik samme fejl med
grant all on newdb.* to [email protected];
løst med 'identificeret af':
grant all on newdb.* to [email protected] identified by 'password';