ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.
myloaderを使っていたら出た。デフォルトパスワードから変えて上げる必要があるらしい
ALTER USER 'root'@'localhost' IDENTIFIED BY '新パスワード';
ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.
myloaderを使っていたら出た。デフォルトパスワードから変えて上げる必要があるらしい
ALTER USER 'root'@'localhost' IDENTIFIED BY '新パスワード';