반응형
java.sql.SQLNonTransientConnectionException: (conn=48) Got a packet bigger than 'max_allowed_packet' bytes
오류가 발생할 수 있다.
아래 두개의 커맨드를 입력해서 디비 설정 값을 바꿔주면 된다.
set global max_allowed_packet=1000000000;
set global net_buffer_length=1000000;
반응형
'Develop > [JPA]' 카테고리의 다른 글
[JPA] QueryDsl query logging 설정 (0) | 2023.08.14 |
---|---|
[QueryDsl] Spring 3.0 이상 Jdk 17 세팅 + 설계 (0) | 2023.08.14 |
[Spring] Mariadb - JPA 세팅 (0) | 2023.07.21 |
[JPA] QueryDsl 사용하기 (0) | 2023.05.02 |
[QueryDSL] QueryDSL 세팅 (0) | 2023.05.01 |