标签:als jdbc oca font lse nbsp driver ssl span
MYSQL5:
DRIVER:com.mysql.jdbc.Driver
URL :jdbc:mysql://127.0.0.1:3306/bors?characterEncoding=utf8&useUnicode=true
MYSQL6+:
DRIVER:com.mysql.cj.jdbc.Driver
URL :jdbc:mysql://localhost:3306/bors?characterEncoding=utf8&useSSL=false&serverTimezone=UTC
标签:als jdbc oca font lse nbsp driver ssl span
原文地址:https://www.cnblogs.com/bors/p/mysqlurl.html