タイトル: ERROR 1819 (HY000): Your password does not satisfy the current policy requirements
SEOタイトル: ERROR 1819 (HY000): Your password does not satisfy the current policy requirements
エラー内容
|
ERROR 1819 (HY000): Your password does not satisfy the current policy requirements |
発生条件/原因/対処法
パスワードを変更する際に要件を満たしていない場合に発生するエラー。
そもそもの要件を無効化するにはmy.cnfを修正する。
|
vi /etc/my.cnf |
以下の記述を追記する。
|
validate-password=OFF |