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 |
Tags
- ERR_PNPM_NO_GLOBAL_BIN_DIR
- AWS CodePipeline
- 김골라
- AWS
- GeoJSON object too complex/large
- ogr2ogr
- 이미지 좌표 추출
- credential error
- Error:error:0308010C:digital envelope routines::unsupported
- S3
- Unable to find the global bin directory
- expo
- rwdImageMaps
- 반응형 페이지 좌표 변환
- netlify variables
- 이미지 맵
- C언어
- react
- Sequelize Error: Dialect needs to be explicitly supplied as of v4.0.0
- EC2
- NODE_VERSION
- CSS
- 설치완료안됨
- AWS CodeBuild
- 어셈블리어
- nodejs
- aws ec2
- can't getting credentials
- SASS
- node
Archives
- Today
- Total
목록2024/09/22 (1)
ImFe's study
[DB] Error Code: 1298. Unknown or incorrect time zone: 'Asia/Seoul', MySQL 타임존 설정 실패
실행 쿼리SET GLOBAL time_zone = 'Asia/Seoul';오류21:17:42 SET GLOBAL time_zone = 'Asia/Seoul' Error Code: 1298. Unknown or incorrect time zone: 'Asia/Seoul' 0.000 sec해결방법MySQL :: Time zone description tables표시한 .zip파일 다운로드 후 압축해제use mysql;source [파일경로]\[파일명.sql];row affected가 우다다 뜨면 정상적으로 반영 set global time_zone = 'Asia/Seoul';select @@global.time_zone;정상적으로 반영되었다
Programming/DB
2024. 9. 22. 21:37