Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
my.conf ファイルでdefault_time_zone='+00:00'を使用し、mysql サーバーを再起動しています。ただし、デフォルトのタイムゾーンはSYSTEMを示しています。
my.confファイルで、次を試してください:
my.conf
[mysqld] ... # default_time_zone='+00:00' default-time-zone=+00:00 ...
ドキュメント: 5.1.3. サーバーコマンドオプション: --default-time-zone=timezone