我需要在Mac上的新MySQL中创建一个带有六个字符密码的用户.我知道5.7中的最低设置只允许8个字符.有没有办法解决这个问题?
我输入 CREATE USER 'newsier'@'localhost' IDENTIFIED BY 'special'
它输出错误
ERROR 1819 (HY000): Your password does not satisfy the current policy requirements
Run Code Online (Sandbox Code Playgroud)