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.
mysql でタイムゾーンを変更するにはどうすればよいですか? タイムゾーンを GMT に変更したいのですが、方法がわかりません。my.cnf ファイルを変更したい。
構成ファイルのセクションに移動し[mysql]、そのセクションの下に次の行を入力します
[mysql]
default-time-zone = '+00:00'
これがあなたを助けることを願っています。