会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
爱吃醋的工程师
个人记录,不喜勿喷
管理
2017年9月12日
mysql 修改密码
摘要: 首先登录MySQL。 mysql> use mysql; mysql> update user set password=password('123') where user='root' and host='localhost'; mysql> flush privileges;
阅读全文
posted @ 2017-09-12 22:28 爱吃醋的工程师
阅读(96)
评论(0)
推荐(0)
编辑