专业团队
re for server certificate verification.
[18:55:59 WARN]: Fri May 01 18:55:59 CST 2020 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.
[18:55:59 INFO]: [LuckPerms] Loading messaging service... [SQL]
[18:55:59 WARN]: Fri May 01 18:55:59 CST 2020 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.
[18:55:59 WARN]: Fri May 01 18:55:59 CST 2020 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.
[18:55:59 WARN]: Fri May 01 18:55:59 CST 2020 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 usin

一直刷这个但是又没什么影响数据库还是可以正常连看着烦有什么避免方法吗...不要屏蔽插件.


凌`
本帖最后由 Ling_Haner 于 2020-5-1 19:03 编辑

MySQL在高版本需要指明是否进行SSL连接,请在mysql配置中的地址里明确指定是否开启/关闭SSL,例:jdbc:mysql://localhost:3306/?useSSL=false

strings
可以尝试降级 mysql

专业团队
Ling_Haner 发表于 2020-5-1 18:58
MySQL在高版本需要指明是否进行SSL连接,请在mysql配置中的地址里明确指定是否开启/关闭SSL,例:jdbc:mysq ...

直接加入插件MySQL配置文件???

专业团队
もぺもぺ 发表于 2020-5-1 19:06
可以尝试降级 mysql

5.7版本有稳又快

strings

降到 5.7.5

罗bibi
mysql版本太高了 降级一下就好了.