分类

链接

2015 年 3 月
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

近期文章

热门标签

新人福利,免费薅羊毛

现在位置:    首页 > MySQL > 正文
共享办公室出租
linux下mysql忘记root密码
MySQL 暂无评论 阅读(2,170)

mysql忘记root密码时候 如何办 (2009-04-24 08:46:14)转载▼
标签: 杂谈 分类: mysql
Ubuntu或者Debian
1.
先杀mysql进程
bin/safe_mysqld --skip-grant-tables &
or
bin/mysqld_safe --skip-grant-tables &
2.
use mysql
>update user set password=password("new_pass") where user="root";
or
在mysql表下执行sql语句
update user set password="" where user="root";

3.
>flush privileges;

============ 欢迎各位老板打赏~ ===========

【上篇】
【下篇】

本文版权归Bruce's Blog所有,转载引用请完整注明以下信息:
本文作者:Bruce
本文地址:linux下mysql忘记root密码 | Bruce's Blog

发表评论

留言无头像?