数据库
首页 > 数据库> > 浅谈MySQL8.x连接数据库的注意事项

浅谈MySQL8.x连接数据库的注意事项

作者:互联网

浅谈MySQL8.x连接数据库的注意事项

驱动: com.mysql.cj.jdbc.Driver

url: jdbc:mysql://localhost:3306/db9?useUnicode=true&characterEncoding=UTF-8&userSSL=false&serverTimezone=GMT%2B8
(不过这里要注意,我的数据库名是db9)

标签:jdbc,浅谈,MySQL8,数据库,注意事项,db9,mysql
来源: https://blog.csdn.net/LongLiveThePRC/article/details/122441439