반응형
명령어
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -uroot -p mysql
(mysql 쿼리)
SELECT @@global.time_zone, @@session.time_zone;
SET GLOBAL time_zone='Asia/Seoul';
SET time_zone = 'Asia/Seoul';
SELECT @@global.time_zone, @@session.time_zone;
SELECT NOW();
반응형
'리눅스' 카테고리의 다른 글
mysql / mariadb 유저생성 및 권한설정 (0) | 2023.07.28 |
---|---|
[리눅스 간단 명령어] nvm install (0) | 2021.09.21 |
mysql 백업 (0) | 2021.09.12 |
aws mariadb 한글문제 (0) | 2021.09.11 |
우분투 mariadb 10.3 설치 (0) | 2021.09.10 |