时间:2021-07-01 10:21:17 帮助过:32人阅读
select @@validate_password_length;
SET PASSWORD = PASSWORD(‘your new password‘);
flush privileges;
新增用户并授权
use mysql; Grant all on *.* to ‘root‘@‘%‘ identified by ‘root用户的密码‘ with grant option;
flush privileges;
linux mysql5.7 密码相关问题
标签:val ide .com alt length style html this ati