报错:The server time zone value ‘�й���׼ʱ��’ is unrecognized or represents more than one time zone

在运行项目的时候遇到了这样一个报错,是数据库的问题但是不知道是什么原因,在网上搜了一下发现只需要在url后面加上serverTimezone=UTC这串代码就行了

例如

jdbc:mysql://localhost:3306/result?characterEncoding=UTF-8&serverTimezone=UTC

 

posted @ 2023-10-30 16:11  那啥cjj  阅读(6)  评论(0编辑  收藏  举报