当前位置:Gxlcms > 数据库问题 > linux mysql5.7 密码相关问题

linux mysql5.7 密码相关问题

时间:2021-07-01 10:21:17 帮助过:32人阅读

 select @@validate_password_length;

mac mysql error You must reset your password using ALTER USER statement before executing this statement.

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   

人气教程排行