第七章:MySQL 8.0新特性-Navicat无法连接Mysql 8.0 的问题解决

直接学习:https://edu.csdn.net/course/play/27328/380517
Navicat无法连接Mysql 8.0 的问题解决
#1、原因及解决方法
在这里插入图片描述
#2、示例代码入下:

alter user 'root'@'localhost' identified  with mysql_native_password by '123456';
flush privileges;
发布了111 篇原创文章 · 获赞 6 · 访问量 984

猜你喜欢

转载自blog.csdn.net/weixin_43597208/article/details/105539004