Skip to content

不支持mysql-connector-java 6.0.6 吗 #152

@RaelLiu

Description

@RaelLiu

项目里用的JDBC驱动 mysql-connector-java 6.0.6,直连mysql是ok的,连接proxy报错:
java.sql.SQLNonTransientConnectionException: CLIENT_PLUGIN_AUTH is require

驱动版本改为mysql-connector-java 5.1.46 ,并将driverClassName由com.mysql.cj.jdbc.Driver改为com.mysql.jdbc.Driver就OK了

但是有点担心驱动版本的变更并且固定死会有隐患,这个真的是不支持吗,还是我使用方式不对

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions