项目报错:java.sql.SQLNonTransientConnectionException:Could not create connection to database server解决办法
1.在使用java连接数据库JDBC时,出现报错java.sql.SQLNonTransientConnectionException: Could not create connection to database server.
2.问题原因:mysql版本问题,需要下载对应的mysql版本,而且要下载对应mysql-connector的jar包版本。
3.win+r 输入cmd,查看mysql版本号.
4.下载对应的mysql版本,下载地址:https://downloads.mysql.com/archives/c-j/
5 .安装好mysql后,最后需要在pom.xml修改mysql依赖版本,然后刷新maven工程,最后问题解决!