DB timezone Value error

hyuckhoon.ko·2020년 10월 23일
0

What I learned in first year

목록 보기
110/146



1차 시도

mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql

2차 시도

mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -uroot -p mysql --force 2> /dev/null

3차 시도

select convert_tz(now(), 'UTC', 'CET');

0개의 댓글