この内容は古いバージョンです。最新バージョンを表示するには、戻るボタンを押してください。
バージョン:2
ページ更新者:guest
更新日時:2026-05-17 06:42:27

タイトル: ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.
SEOタイトル: 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.

 

発生条件/原因/対処法

rootユーザーを初期パスワードでログインして何かしらのSQLを実行すると発生するエラー。

以下のコマンドを実行してパスワードを変更する必要がある。

set password for root@localhost=password('パスワード');