Mam ten sam błąd z
grant all on newdb.* to example@sqldat.com;
rozwiązane za pomocą „zidentyfikowane przez”:
grant all on newdb.* to example@sqldat.com identified by 'password';
Mam ten sam błąd z
grant all on newdb.* to example@sqldat.com;
rozwiązane za pomocą „zidentyfikowane przez”:
grant all on newdb.* to example@sqldat.com identified by 'password';