Mám stejnou chybu s
grant all on newdb.* to example@sqldat.com;
vyřešeno pomocí 'identified by':
grant all on newdb.* to example@sqldat.com identified by 'password';
Mám stejnou chybu s
grant all on newdb.* to example@sqldat.com;
vyřešeno pomocí 'identified by':
grant all on newdb.* to example@sqldat.com identified by 'password';