タイトル: 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('パスワード'); |