でも同じエラーが発生しました
grant all on newdb.* to example@sqldat.com;
'で識別される'で解決:
grant all on newdb.* to example@sqldat.com identified by 'password';
でも同じエラーが発生しました
grant all on newdb.* to example@sqldat.com;
'で識別される'で解決:
grant all on newdb.* to example@sqldat.com identified by 'password';