标签:
1.修改my.ini配置文件
2.在其中编辑 添加skip-grant-tables
意思是跳过权限认证
3.停止运行MySQL服务
4.启动MySQL服务
5.修改MySQL的root密码
update date set password=password(‘密码’) where user=‘root‘;
6.注释掉 skip-grant-tables
7.重启MySQL服务便可
标签:
原文地址:http://www.cnblogs.com/fengyun123/p/4434976.html