Hi all, I'm having error when starting the API as the attached image. Can anyone please advice how can I fix this please?
1Benson ShiuBest Answer · May 11, 2021Hi Calvincooper,The log shows that it complains about the server timezone setting. Please try adding "?serverTimezone=Asia/Singapore" at the end of your jdbc URL to specify the time zone.For example: jdbc:mysql://127.0.0.1/db?serverTimezone=Asia/SingaporeYou may refer to the following wiki for the time zone you need:en.wikipedia.orgList of tz database time zones - Wikipedia
Hi Calvincooper,
The log shows that it complains about the server timezone setting. Please try adding "?serverTimezone=Asia/Singapore" at the end of your jdbc URL to specify the time zone.
For example:
jdbc:mysql://127.0.0.1/db?serverTimezone=Asia/Singapore
You may refer to the following wiki for the time zone you need:
Thank you, it works for me! Appreciate your assistance.