250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 클래스
- 인터페이스
- code
- @ComponentScan
- query
- @RequiredArgsConstructor
- 클린코드
- 빅 오 표기법
- 정렬
- 트리
- 내부 정렬
- java
- 코드
- 리스트
- mysql
- 계산 검색 방식
- 연결 리스트
- 자료구조
- CleanCode
- WebClient
- 쿼리메소드
- 마크다운
- 스택 큐 차이
- JsonNode
- 배열
- 마크다운 테이블
- 쿠키
- 클린
- @NoArgsConstructor
- 선형 리스트
Archives
- Today
- Total
Developer Cafe
SQL time_zone Error 본문
728x90
the server time zone value ' ѹα ǥ ؽ ' 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.
SELECT @@GLOBAL.time_zone, @@SESSION.time_zone;
SET GLOBAL time_zone = '+9:00'; # 권한 필요
SET time_zone = '+9:00';
728x90
'SQL' 카테고리의 다른 글
MySQL Foreign Keys Setting (0) | 2021.05.31 |
---|---|
ON UPDATE CURRENT_TIMESTAMP (0) | 2021.05.21 |
Comments