更改

跳转至: 导航搜索

如何提高全新安装MySQL的安全性

删除78字节, 2019年8月29日 (四) 17:23
无编辑摘要
[[File:MySQLInit2.PNG]]
4.提示 'validate_password'插件已经安装并且本次设置的新密码强度为100(如果为25或者50则建议增加密码复杂度),所以输入n取消再次修改密码。
There are three levels of password validation policy: //共分三个级别的密码策略 LOW Length >= 8 //最低级别 MEDIUM Length >= 8, numeric, mixed case, and special characters //中等级别,大于8位且包含大小写字母,数字,特殊字符。
STRONG Length >= 8, numeric, mixed case, special characters and dictionary file //最高级别,大于8位且包含大小写字母,数字,特殊字符,字典文件。
[[File:MySQLInit3.PNG]]
匿名用户

导航菜单