mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'root' WITH GRANT OPTION; ERROR 1819

mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'root' WITH GRANT OPTION; ERROR 1819 (HY000): Your password does not satisfy the current policy requiremen 問題如上,是因爲設置的密碼不符合mysql的密碼驗證規則所致
相關文章
相關標籤/搜索