mysql8修改密码
程序员文章站
2022-03-04 15:13:51
...
use mysql;
update user set authentication_string='' where user='root';
alter user'root'@'%' IDENTIFIED BY 'root';
update user set authentication_string='' where user='root';
alter user'root'@'%' IDENTIFIED BY 'root';
上一篇: 物联网卡服务商哪家比较好
下一篇: php try catch不起作用怎么办