原文:mysql修改密碼Your password does not satisfy the current policy requirements

出現這個問題的原因是:密碼過於簡單。剛安裝的mysql的密碼默認強度是最高的,如果想要設置簡單的密碼就要修改validate password policy的值, validate password policy有以下取值: Policy Tests Performed orLOW Length orMEDIUM Length numeric, lowercase uppercase, and s ...

2017-01-09 10:19 0 28640 推薦指數:

查看詳情

mysql錯誤 "Your password does not satisfy the current policy requirements"

這是 mysql 初始化時,使用臨時密碼修改自定義密碼時,由於自定義密碼比較簡單,就出現了不符合密碼策略的問題。 如下圖: 問題原因: 設置密碼的驗證強度等級達不到標准 解決辦法: 1、查看 mysql 初始的密碼策略,輸入語句 “ SHOW ...

Fri May 07 08:06:00 CST 2021 0 1237
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM