How do I set the time zone of MySQL?

后端 未结 20 3283
闹比i
闹比i 2020-11-21 07:07

On one server, when I run:

mysql> select now();
+---------------------+
| now()               |
+---------------------+
| 2009-05-30 16:54:29 |
+---------         


        
20条回答
  •  说谎
    说谎 (楼主)
    2020-11-21 07:32

    From MySQL Workbench 8.0 under the server tab, if you go to Status and System variables you can set it from here.

提交回复
热议问题