[ 서버 & DB 관련 ]/MySQL
MySql 접속시 발생하는 에러 (타임존)
BIZLAB
2020. 3. 2. 16:38
MySql 접속시 발생하는 에러
The server time zone value 'KST' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support.
KST 타임존을 인식하지 못하는 이슈
해결
jdbc:mysql://ip:port/DB이름?characterEncoding=UTF-8&serverTimezone=UTC
또는 서버에서 타임존 변경
https://devlink.tistory.com/277