Groups
Groups
Sign in
Groups
Groups
自由之光
Conversations
About
Send feedback
Help
本地无root权限万能改MYSQL密码法
0 views
Skip to first unread message
天国之翼 freewinger
unread,
Feb 18, 2010, 8:08:20 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 FreeLaLa
本地无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