idea软件连接mysql8.0_IDEA连接MySql8.0的一些坑

IDEA连接MySql8.0的一些坑

1. maven配置

当maven更改为阿里云镜像后,默认是会下载mysql驱动包

具体在pom.xml的配置如下:

mysqlgroupId>

mysql-connector-javaartifactId>

8.0.19version>

dependency>

dependencies>

2. 注册驱动

直接运行时可能会报以下错误:

Loading class com.mysql.jdbc.Driver'. This is deprecated. The new driver class iscom.mysql.cj.jdbc.Driver’. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.

这是因为新版MySQL不推荐使用 com.mysql.jdbc.Driver ,所以注册驱动时改为如下即可

DriverManager.registerDriver(new com.mysql.cj.jdbc.Driver());

3.连接数据库

这里以数据库名为 test 为例

当直接使用jdbc:mysql://localhost:3306/***时会跳出以下错误

Exception in thread “main” java.sql.SQLException: The server time zone value ‘�й���׼ʱ��’ is unrecognized or represents more t

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值