目录 一、问题: 二、原因: 三、解决方法: 四、拓展: 一、问题: 授权时候出现: ERROR 1819 (HY000): Your password does not satisfy the current policy requirements 二、原因: 您的密码不符合当前策略要求 三、解决方法: 使用下列语句设置密码的验证强度等级 set global validate_password.policy=0; 重新执行授权语句即可。