数据库错题集

1、pycharm连接mysql报错!Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTimezone' prope

解决方案:

  1. 设置mysql时区
    • 登录mysql
    • 输入:show variables like'%time_zone'; ,如果显示SYSTEM表示没有设置时区
    • 设置时区:set global time_zone = '+8:00';
    • 重新连接数据库
  2. 设置Advanced的serverTimezone为UTC

posted on 2020-11-01 19:02  yycnblog  阅读(78)  评论(0编辑  收藏  举报

导航