java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more
生活随笔
收集整理的這篇文章主要介紹了
java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
** java.sql.SQLException: The server time zone value ‘?D1ú±ê×?ê±??’ is unrecognized or represents more than one time zone.**
解決方案:
加上 serverTimezone=GMT%2B8 參數
jdbc:mysql://127.0.0.1:3306/activiti-spring-boot?characterEncoding=UTF-8&serverTimezone=GMT%2B8總結
以上是生活随笔為你收集整理的java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 解决Linux操作系统下AES解密失败的
- 下一篇: Vue项目npm打包推荐方式