java连接高版本mysql错误init datasource error & Error building SqlSession

错误信息:

3月 26, 2019 8:18:00 下午 com.alibaba.druid.pool.DruidDataSource error
严重: init datasource error
java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support.
由于高版本的mysql的影响,url的设置要跟低版本不同

url=jdbc:mysql://127.0.0.1:3306/(数据库名)?serverTimezone=UTC&characterEncoding=utf-8&useSSL=false

在正常的后面加上?serverTimezone=UTC&characterEncoding=utf-8&useSSL=false即可。

 

如果是要把配置信息放在XML中的话,会出现这样的错误:

org.apache.ibatis.exceptions.PersistenceException: 
### Error building SqlSession.
### Cause: org.apache.ibatis.builder.BuilderException: Error creating document instance.  Cause: org.xml.sax.SAXParseException; lineNumber: 23; columnNumber: 121; 对实体 "characterEncoding" 的引用必须以 ';' 分隔符结尾。

这是因为,在XML中'&'要进行转义,在&后面加amp;

jdbc:mysql://127.0.0.1:3306/(数据库名)?serverTimezone=UTC&characterEncoding=utf-8&useSSL=false

 

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值