码迷,mamicode.com
首页 > 数据库 > 详细

mysql 密码找回

时间:2015-03-10 19:37:43      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:密码找回   mysql   配置文件   where   

mysql相关:

mysql --help |grep my.cnf  配置文件   添加skip-grant-tables 重启服务  (改密码)

mysql   use mysql

update user set Password=Password(‘111111‘) where User=‘root‘; 

flush privileges;     


mysql 密码找回

标签:密码找回   mysql   配置文件   where   

原文地址:http://akbkcklxj.blog.51cto.com/4402213/1618999

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!