Mysql報警告:WARN: Establishing SSL connection


Mysql報警告:WARN: Establishing SSL connection

  • 警告信息

Tue Oct 08 12:33:26 CST 2019 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連接。根據MySQL 5.5.45+、5.6.26+和5.7.6+的要求,如果沒有設置顯式選項,則默認情況下必須建立SSL連接。您需要通過設置useSSL=false顯式禁用SSL,或者設置useSSL=true並為服務器證書驗證提供信任存儲。

實際情況

因為重新安裝了MySQL8.0.7版本,重新導入架包,報錯。

解決辦法

1.在確定代碼沒有問題,重新創建一個項目,導入原來的代碼,因為可能和項目結構有關系。

2.當你MySQL版本升級,網絡上千篇一律會讓你重新導入新的架包,其實我電腦上照樣可以驅動mysql8

 

3.如果是配置的時區有問題,最后在MySQL配置文件中數據庫連接池里jdbc那句話后面加上?serverTimezone=UTC

 

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM