Skip to content

Instantly share code, notes, and snippets.

@ksundong
Last active April 20, 2020 06:27
Show Gist options
  • Save ksundong/fa97648fd442182ffaf822bd5893e446 to your computer and use it in GitHub Desktop.
Save ksundong/fa97648fd442182ffaf822bd5893e446 to your computer and use it in GitHub Desktop.
우분투 시간대 변경하기

sudo cp /usr/share/zoneinfo/Asia/Seoul /etc/localtime 으로 적용

date 로 확인

sudo service mysql restart

MySQL 시간대 확인

mysql> SHOW VARIABLES WHERE Variable_name LIKE '%time_zone%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment