851830465
qwq换了MySQL以后这报错一直刷 刷一阵子就崩了 还卡服务器qwq 求dalao指导qwq

[14:34:19] [Server thread/WARN]: Sun Oct 07 14:34:19 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.
[14:34:19] [Server thread/WARN]: Sun Oct 07 14:34:19 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.
[14:34:19] [Server thread/WARN]: Sun Oct 07 14:34:19 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.
[14:34:19] [Server thread/WARN]: Sun Oct 07 14:34:19 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.
[14:34:20] [Server thread/WARN]: Sun Oct 07 14:34:20 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.


游侠崔斯特
数据库目录主配置文件 SSL 这个开启

851830465
dincan 发表于 2018-10-8 17:57
数据库目录主配置文件 SSL 这个开启

qwq腾讯云的数据库怎么办

1139365029
关闭数据库的ssl验证,或者连接数据库的时候,指定不启用ssl,
对于后者,可以通过插件的配置文件搞定,
对于有ssl配置的插件,例如新版的AuthMe(登陆插件),就可以通过配置来启用:

一般来说,打开文件,“Ctrl+F”搜索“SSL”就可以找到了。
如果没有找到,就说明插件没有提供这个选项,
可以试试一个稳中带皮的操作:在数据库名后面添加“useSSL=false”,
这样插件在连接数据库的时候,拼接数据库地址时,就会添加上去了,如图:

上图是某个版本的mcMMO的配置文件。
如果插件指定了jdbc地址(如PlotMe地皮插件),那就好办多了,加上就完事了:

对于部分插件,例如旧版的AuthMe,它是借助某个函数来拼接的,而并非简单的字符串拼接,
此时以上方法无效,如果无法关闭数据库ssl,请考虑更换或升级插件。

左潼学长
851830465 发表于 2018-10-8 18:10
qwq腾讯云的数据库怎么办

可以去问腾讯云客服,23333

851830465
左潼学长 发表于 2018-10-9 19:52
可以去问腾讯云客服,23333

腾讯甩锅

左潼学长

打一顿就好了 23333

851830465

打不着qwq