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

如果显示MySQL密码过期

时间:2019-09-10 23:56:51      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:red   pre   code   span   where   update   expired   过期   password   

mysql>use mysql
mysql>update user set password_expired=N where user=root;
 mysql>flush privileges;
 mysql>quit

 

如果显示MySQL密码过期

标签:red   pre   code   span   where   update   expired   过期   password   

原文地址:https://www.cnblogs.com/jumpkin1122/p/11503610.html

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