New MySQL driver causes java.sql.SQLNonTransientConnectionException: CLIENT_PLUGIN_AUTH is required

后端 未结 6 699
感动是毒
感动是毒 2021-02-06 04:51

If change MySQL JDBC driver from 5.1.38 to 6.0.2 I get the following exception

java.sql.SQLNonTransientConnectionException: CLIENT_PLUG         


        
6条回答
  •  独厮守ぢ
    2021-02-06 05:42

    I resolve this problem by removing mysql version in pom.

    
         mysql
         mysql-connector-java       
       
    

提交回复
热议问题