問題:The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone....
解決方案:
show variables like '%time_zone%'; set global time_zone='+8:00';
原文地址:https://blog.csdn.net/lovequanquqn/article/details/84105311
補充:根據上面的設置,可能會出現MySQL服務重啟之后,時區變回之前的設置,此時可以嘗試修改MySQL的配置文件my.ini的時區配置。
#設置默認時區 default-time-zone='+08:00'
修改之后重啟服務。