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

mysql忘记密码

时间:2014-11-15 20:23:38      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:localhost   password   忘记密码   mysql   update   

  1. cmd -->cd 安装路径/bin

  2. C:\Program Files\MySQL\MySQL Server 5.6\bin>mysql -hlocalhost -uroot

  3. use mysql;
    update user set password=password(‘newPwd‘) where user=‘root‘ and host=‘localhost‘;
    flush privileges;

mysql忘记密码

标签:localhost   password   忘记密码   mysql   update   

原文地址:http://4925054.blog.51cto.com/4915054/1576896

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