durid配置jdbc报错 com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server

原因jdbc-connector版本过老,mysql版本过新,

更换新版本jdbc或者更换老版本mysql

原文地址:https://www.cnblogs.com/INnoVationv2/p/12367951.html