본문 바로가기

개인 프로젝트/포트폴리오 프로젝트

[210624] mysql server timezone 시차 문제 해결

.

 

 

데이터베이스에 저장된 시간과 java에서 데이터를 읽어온 결과의 시간이 다른 문제가 있었다. 

 

https://offbyone.tistory.com/318

 

MySQL(MariaDB) 서버 타임존 설정하기

Java에서 MySQL 서버에 연결하니 다음과 같은 에러가 발생하였습니다. ### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql..

offbyone.tistory.com

 

위 포스팅을 보고 my.ini 파일을 수정해서 해결할 수 있었다.