문제

I have dumped database from MySQL 5.5 having EST timezone and while importing to MySQL 5.6 UTC timezone, the values of timestamp columns are changing by +05:00.

Please guide me how to import data without adding +05:00 hourse to the new timezone.

Many thanks.

도움이 되었습니까?

해결책

I think --tz-utc flag will do the trick.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top