在连接MySQL8.x版本的数据库的时候,url地址区别于之前的版本
private url = "jdbc:mysql://localhost:3306/数据库名?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=UTC";
在连接MySQL8.x版本的数据库的时候,url地址区别于之前的版本
private url = "jdbc:mysql://localhost:3306/数据库名?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=UTC";