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
- query
- @ComponentScan
- 계산 검색 방식
- 트리
- 코드
- 자료구조
- @RequiredArgsConstructor
- 연결 리스트
- WebClient
- 마크다운
- 클린
- 클래스
- java
- 정렬
- 빅 오 표기법
- 내부 정렬
- JsonNode
- 스택 큐 차이
- 리스트
- CleanCode
- 인터페이스
- 마크다운 테이블
- 배열
- code
- 선형 리스트
- 클린코드
- mysql
- 쿠키
- @NoArgsConstructor
- 쿼리메소드
Archives
- Today
- Total
목록time_zone (1)
Developer Cafe
SQL time_zone Error
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';
SQL
2021. 5. 27. 09:21