데이터베이스를 연결 후 다음과 같은 에러가 발생을 할 경우
General error: 1298 Unknown or incorrect time zone: ‘Asia/xxxxxx’
다음 명령어를 실행한다.
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql -p
데이터베이스를 연결 후 다음과 같은 에러가 발생을 할 경우
General error: 1298 Unknown or incorrect time zone: ‘Asia/xxxxxx’
다음 명령어를 실행한다.
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql -p