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

mysql 5.7 密码重置 新增用户

时间:2017-06-11 00:59:19      阅读:253      评论:0      收藏:0      [点我收藏+]

标签:where   ble   str   string   密码重置   nbsp   roo   update   auth   

 

 

找到 my.cnf 看看是否有需要跳过密码验证

#skip-grant-tables=1

mysql 进去

use mysql;
update user set authentication_string=PASSWORD(‘MyPassword‘) where user="root";

desc user;


//create user ‘173‘@‘%‘ identified by ‘mima‘ password expire never;
//grant all privileges on 173.* to ‘173‘@‘%‘;

mysql 5.7 密码重置 新增用户

标签:where   ble   str   string   密码重置   nbsp   roo   update   auth   

原文地址:http://www.cnblogs.com/x-radish/p/6980433.html

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