目录
问题
客户端
mysql Ver 8.0.39-0ubuntu0.22.04.1 for Linux on x86_64 ((Ubuntu))
服务器端
mysqld 5.7.27
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 2026 (HY000): SSL connection error: error:0A000102:SSL routines::unsupported protocol
解决方案
mysql -uroot -p***** -P3340 -h127.0.0.1 --ssl-mode=disabled
效果

8354

被折叠的 条评论
为什么被折叠?



