Navicat 远程连接docker容器中的mysql 报错1251 - Client does not support authentication protocol 解决办法
1,容器中登录mysql,查看mysql的版本mysql> status;--------------mysql Ver 8.0.11 for Linux on x86_64 (MySQL Community Server - GPL)2,进行授权远程连接(注意mysql 8.0跟之前的授权方式不同)授权GRANT ALL ON *.* TO 'root'@'%';刷新权限flush pr...
原创
2018-06-28 09:27:50 ·
2260 阅读 ·
2 评论