作者/来源:yixinu.com
栏目:运维/编程
日期:2020-07-11 04:01:21
错误 :
mysql error: SSL connection error: Failed to set ciphers to use;
mysql error: MySQL server has gone away;
mysql error no: 2026
因为mysql默认开启了ssl连接,使用mysqlclient库连接时,默认没有使用ssl。
解决方法 :
在配置文件 my.cnf中加入以下配置即可
[mysqld]
skip_ssl
skip-character-set-client-handshake