반응형
jdbc:mysql://127.0.0.1:3306/data?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&allowLoadLocalInfile=true
&serverTimezone=UTC : 해당 타입존이 없을경우 문제가 생기니 추가해주자.
The used command is not allowed with this MySQL version
해당 에러가 나올경우
&allowLoadLocalInfile=true 추가해주자.