会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
HeiMao
博客园
首页
新随笔
联系
管理
订阅
2021年3月5日
Mysql 8.0 以上版本修改密码方法
摘要: 1. mysql -uroot -p 2. use mysql; 3. update user set authentication_string='' where user='root'; 4. alter user 'root'@'localhost' identified by 'newpas
阅读全文
posted @ 2021-03-05 15:33 黒貓
阅读(230)
评论(0)
推荐(0)
编辑
公告