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

mysql 密码重置

时间:2018-01-11 15:52:14      阅读:241      评论:0      收藏:0      [点我收藏+]

标签:pass   table   where   span   color   style   nbsp   body   pos   

mysqld --skip-grant-tables & 
就可以不需要密码就进入 MySQL 了。 
然后就是 
>use mysql
>update user set password=password("new_pass") where user="root";
>flush privileges;

 

mysql 密码重置

标签:pass   table   where   span   color   style   nbsp   body   pos   

原文地址:https://www.cnblogs.com/webenh/p/8267488.html

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