WARN: Establishing SSL connection without server's identity verification is not recommended.

在使用mysql-java-5.1.41.jar進行 數據庫鏈接時  出現以下警告:java

 Establishing SSL connection without server's identity verification is not recommended. mysql

緣由是mysql在高版本中須要顯式指定是否進行SSL鏈接。sql

在鏈接mysql配置文件中添加ssl=true便可數據庫

connectionURL="jdbc:mysql://localhost:3306/xxxxx?useSSL=true"ide

相關文章
相關標籤/搜索