일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- insertAll
- jsp
- 정보처리산업기사
- vue.js
- vue Carousel
- query
- Tomcat
- 마스킹
- egov
- INSERT
- java
- github
- 부스트코스
- JAXBContext
- mybatis
- swipe 배너
- mysql
- 기출문제
- jdbc
- checkbox
- MariaDB
- Ajax
- bulkinsert
- NoSQL
- spring
- JQuery
- vscode tutorial
- 구멍가게코딩단
- JSON
- 오라클
Archives
- Today
- Total
개발새발
The server time zone value 'KST' is unrecognized or represents more than one time zone 본문
[error]
The server time zone value 'KST' is unrecognized or represents more than one time zone
재래김유진 2020. 6. 9. 16:23728x90
반응형
The server time zone value ‘KST’ is unrecognized or represents more than one time zone :
mysql-connector-java 버전 5.1.X 이후 버전부터 KST 타임존을 인식하지 못하는 문제
jdbc:mysql://ip:port/DB명?characterEncoding=UTF-8&serverTimezone=UTC
jdbc:mysql://ip:port/DB명?userSSL=false&serverTimezone=UTC
그런데 타임존 추가해줘도 에러가 난다면
The reference to entity “serverTimezone” must end with the ‘;’ delimiter.
& 대신에 & 사용
jdbc:mysql://ip:port/TestDB?characterEncoding=UTF-8&serverTimezone=UTC
728x90
반응형
'[error]' 카테고리의 다른 글
[error] "Multiple annotations found at this line" (0) | 2020.06.24 |
---|---|
[mysql] 외래키 제약조건 실패 (on delete cascade) (0) | 2020.06.22 |
[tomcat] May be locked by another process (0) | 2020.06.09 |
[github] git 충돌 overwrite (0) | 2020.05.13 |
[bootstrap] dataTable "Uncaught TypeError: Cannot set property '_DT_CellIndex' of undefined" (0) | 2020.02.18 |
Comments