mysql 8
连接数据库遇到错误:
ERROR 2026
(HY000): SSL connection error: protocol version
mismatch
。
错误
2026
(
hy000
):
SSL
连接错误:协议版本不匹配
查询
ssl
配置
mysql> show variables like '%ssl%';
+---------------+----------------------------+
| Variable_name | Value |
+---------------+----------------------------+
| have_openssl | YES |
| have_ssl | YES |
| ssl_ca | /etc/mysql/ca-cert.pem |
| ssl_capath | |
| ssl_cert | /etc/mysql/server-cert.pem |
| ssl_cipher | |
评论