更改

跳转至: 导航搜索

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

添加748字节, 2017年1月3日 (二) 10:26
无编辑摘要
注意:MySQL的密码策略为至少8位且包含大写字母,小写字母,数字,特殊字符。
[[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]]
匿名用户

导航菜单