ERROR 1819 (HY000): Your password does not satisfy the current policy requirements

出现这个错的解决方法是
设置参数

set global validate_password_policy=0;

设置密码

GRANT ALL ON *.* to root@'172.17.0.1' IDENTIFIED BY 'GRANT ALL ON *.* to root@'172.17.0.1' IDENTIFIED BY 'ce0bcfdb3558984dab12eed91527d4f913456';
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章