我试过通过配置文件也不行,有没有好友看一下
create connection SQLException, url: jdbc:mysql://localhost:3306/user_db, errorCode 1251, state 08004
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Client does not support authentication protocol requested by server; consider upgrading MySQL client
我的mysql通过navicat 都可以连接
驱动包或者版本不对吧,导致出现异常。
驱动包版本和数据库版本要对应。
jdbc包与mysql版本不匹配吧,要么升级下jdbc包或者降低看看