地方エンジニアの学習日記

興味ある技術の雑なメモだったりを書いてくブログ。たまに日記とガジェット紹介。

myloaderでERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.

ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.

myloaderを使っていたら出た。デフォルトパスワードから変えて上げる必要があるらしい

ALTER USER 'root'@'localhost' IDENTIFIED BY '新パスワード';