不同版本的MySQL的连接信息

#MySQL 8.0.24
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/seata_order?useSSL=false&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT
username: root
password: 123456

#MySQL 5.7.24
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/seata_order?characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true
username: root
password: 123456

猜你喜欢

转载自blog.csdn.net/HelloWorld20161112/article/details/114159504
今日推荐