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

Mysql 8.0 新特性和问题

时间:2020-03-13 20:19:31      阅读:78      评论:0      收藏:0      [点我收藏+]

标签:特性   sha   strong   mysql   nbsp   alt   mysq   ges   use   

 

mysql8.0用户密码设置注意事项

在MySQL 8.0.11中,caching_sha2_password是默认的身份验证插件,而不是以往的mysql_native_password。

如果客户端连接报授权验证出错,可使用以下命令调整。

> alter user ‘root‘@‘localhost‘ identified with mysql_native_password by ‘密码‘;
> flush privileges;

 

Mysql 8.0 新特性和问题

标签:特性   sha   strong   mysql   nbsp   alt   mysq   ges   use   

原文地址:https://www.cnblogs.com/059212315/p/12488606.html

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