Changing the connection timezone in MySQL

前端 未结 6 719
情话喂你
情话喂你 2020-12-28 14:07

My server is running in MDT

So I used following one to convert EST

SET  time_zone = \'-5:00\'

But, how c

6条回答
  •  無奈伤痛
    2020-12-28 14:44

    Since you're using Windows, your going to have to import the time zone description tables to your MySQL server.

    http://dev.mysql.com/downloads/timezones.html

提交回复
热议问题