mysql连接数据库url

mysql8.0以上的就用下面的链接和url吧

url: jdbc:mysql://localhost:3306/test?characterEncoding=utf8&useSSL=false&serverTimezone=UTC&rewriteBatchedStatements=true 
 
driver: com.mysql.cj.jdbc.Driver

猜你喜欢

转载自blog.csdn.net/qq_40733911/article/details/107040903