当前位置:Gxlcms > 数据库问题 > Mysql 8.0 新特性和问题

Mysql 8.0 新特性和问题

时间:2021-07-01 10:21:17 帮助过:22人阅读

 

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   

人气教程排行