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

linux mysql5.7 密码相关问题

时间:2017-01-20 21:56:57      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:val   ide   .com   alt   length   style   html   this   ati   

ERROR 1819 (HY000): Your password does not satisfy the current policy requirements

 select @@validate_password_length;

mac mysql error You must reset your password using ALTER USER statement before executing this statement.

SET PASSWORD = PASSWORD(‘your new password‘);

flush privileges;

 

新增用户并授权

 

use mysql; Grant all on *.* to ‘root‘@‘%‘ identified by ‘root用户的密码‘ with grant option;

flush privileges;

 

linux mysql5.7 密码相关问题

标签:val   ide   .com   alt   length   style   html   this   ati   

原文地址:http://www.cnblogs.com/chenkg/p/6327366.html

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