Fork me on GitHub

连接 MySQL 数据库出现问题:The server time zone value ‘�й���׼ʱ��‘ is unrecogni....

出现问题

The server time zone value '�й���׼ʱ��' is unrecogni....

解决方案

在 URL 后面加上 ?serverTimezone=UTC 如下:

url=jdbc:mysql://localhost:3306/myBase?serverTimezone=UTC

完美解决

在这里插入图片描述

posted @ 2020-12-05 21:38  威威超酷  阅读(1768)  评论(0编辑  收藏  举报