`

mysql8修改密码

阅读更多
use mysql;
update user set authentication_string='' where user='root';
alter user'root'@'%' IDENTIFIED BY 'root';
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics