首页 > 数据库 >sql连接问题

sql连接问题

时间:2022-08-18 19:23:02浏览次数:46  
标签:set false server 问题 SSL useSSL sql 连接

Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification

 

 

 

忘记写密码和名字而直接连接了,确实有点蠢了

标签:set,false,server,问题,SSL,useSSL,sql,连接
From: https://www.cnblogs.com/cai-bai/p/16599827.html

相关文章