mysql 5.7

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql 5.7相关的知识,希望对你有一定的参考价值。

mysql5.7安装上后,会生成随机密码,登录时需要查看cat /var/log/mysqld.log ,

里面有随机生成的密码

[Note] A temporary password is generated for [email protected]: 2Hh,uKryPJ-k


登录成功后,会强制要求先改密码

修改密码会报错

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

原因是mysql增强了安全性,对密码要求较严格

alter user ‘root‘@‘localhost‘ identified by ‘2HhuKryPJ-k‘; 


本文出自 “青春邓勇” 博客,请务必保留此出处http://dengyong.blog.51cto.com/8409869/1855841

以上是关于mysql 5.7的主要内容,如果未能解决你的问题,请参考以下文章

Mac 如何安装 Mysql@5.7

Mac 如何安装 Mysql@5.7

Mac 如何安装 Mysql@5.7

Linux(CentOS) 安装MySQL 5.7

Mysql 5.7 安装及备份

MySQL5.6与5.7区别