[22:49:36 WARN]: Mon Sep 10 22:49:36 CST 2018 WARN: 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
本帖最后由 schorsch 于 2018-9-10 17:58 编辑
其实这个只是warning 不会造成 服务器崩溃的。。。如果实在看不下去 可以添加ssl证书。。。或者设置useSSL=false
复制代码参照以上看看配置文件设置
useSSL=false
其实这个只是warning 不会造成 服务器崩溃的。。。如果实在看不下去 可以添加ssl证书。。。或者设置useSSL=false
- jdbc:mysql://mysql_ip地址:mysql端口/数据库名称?autoReconnect=true&useUnicode=true&characterEncoding=utf-8&useSSL=false
useSSL=false
schorsch 发表于 2018-9-11 00:56
其实这个只是warning 不会造成 服务器崩溃的。。。如果实在看不下去 可以添加ssl证书。。。或者设置useSSL= ...
請問我要在哪裡設置
我使用的是Wampserver64
如果是设置useSSL=false
在插件的配置里面找找。。
服务器如果想设置证书的 可以google 搜索下。。这个本人没有成功过
https://blog.csdn.net/mchdba/article/details/53946202
http://www.yunweipai.com/archives/4568.html
https://blog.csdn.net/m0_37886429/article/details/79077487
顺手找了几篇仅供参考
在插件的配置里面找找。。
服务器如果想设置证书的 可以google 搜索下。。这个本人没有成功过
https://blog.csdn.net/mchdba/article/details/53946202
http://www.yunweipai.com/archives/4568.html
https://blog.csdn.net/m0_37886429/article/details/79077487
顺手找了几篇仅供参考