Groups
Groups
Sign in
Groups
Groups
自由之光
Conversations
About
Send feedback
Help
回复:本地无root权限万能改MYSQL密码法
0 views
Skip to first unread message
陈某某
unread,
Feb 18, 2010, 8:23:48 AM
2/18/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to 天国之翼 freewinger, FreeLaLa
= =.是bhst的。。。。
------------------
上善若水。水善利万物而不争,处众人之所恶,故几于道。居善地,心善渊,与善仁,言善信,正善治,事善能,动善时。夫唯不争,故无尤。
------------------ 原始邮件 ------------------
发件人:
"天国之翼 freewinger"<
free....@gmail.com
>;
发送时间:
2010年2月18日(星期四) 晚上9:08
收件人:
"FreeLaLa"<
Free...@googlegroups.com
>;
主题:
本地无root权限万能改MYSQL密码法
本地无root权限万能改MYSQL密码法
打开CMD首先停止mysql服务
net stop mysql
进入mysql安装目录下的bin文件夹,然后输入
mysqld-nt --skip-grant-tables
复制代码
跳过密码检测
然后另外新打开一个cmd窗口
输入mysql 直接回车可以以root权限进入mysql
use mysql
update user set password=password("新密码") where user="root";
flush privileges;
复制代码
如果无错误提示,密码即可更改成功。
--
JUST BEGINING NOW
Reply all
Reply to author
Forward
0 new messages