java连接mysql,报错Could not create connection to database server.

java连接mysql,报错Could not create connection to database server._第1张图片

报错原因:

        下载的mysql版本较高,有更新,jar包老旧 无法使用;

解决方案:

        推荐maven的jar包下载地址:http://mvnrepository.com/artifact/mysql/mysql-connector-java

        8.0版本以上的JDBC_DRIVER要改一下,com.mysql.cj.jdbc.Driver,不过你不改他也会报错提示你改为最新驱动命名方式的;

选择对应版本;

java连接mysql,报错Could not create connection to database server._第2张图片

选择jar下载;

java连接mysql,报错Could not create connection to database server._第3张图片

你可能感兴趣的:(mysql,sql)