mysql的時區錯誤問題: The server time zone value '?D1ú±ê×?ê±??' is unrecognized or represents more than one
希望可以幫助你
解決方案,執行下面語句設置時區:
show variables like '%time_zone%';
set global time_zone='+8:00';
希望可以幫助你
解決方案,執行下面語句設置時區:
show variables like '%time_zone%';
set global time_zone='+8:00';