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
- 스택 큐 차이
- 빅 오 표기법
- java
- 자료구조
- 내부 정렬
- 마크다운
- 클린
- WebClient
- @RequiredArgsConstructor
- query
- 트리
- 배열
- 정렬
- 마크다운 테이블
- CleanCode
- code
- 쿠키
- JsonNode
- @NoArgsConstructor
- 계산 검색 방식
- 코드
- 연결 리스트
- 선형 리스트
- 쿼리메소드
- 클린코드
- @ComponentScan
- 클래스
- mysql
- 리스트
- 인터페이스
Archives
- Today
- Total
Developer Cafe
You can change this value on the server by setting the max_allowed_packet' variable. 본문
에러잡기
You can change this value on the server by setting the max_allowed_packet' variable.
개발자 카페 2021. 7. 20. 18:18728x90
com.mysql.jdbc.PacketTooBigException: Packet for query is too large (30321018 > 16777216). You can change this value on the server by setting the max_allowed_packet' variable.
1-1. vi 에디터 열기
vi /etc/my.cnf
1-2. max_allowed_packet=16M 수정/추가
[mysqld]
max_allowed_packet=16M
728x90
'에러잡기' 카테고리의 다른 글
IntelliJ 터미널에서 명령어가 실행되지 않을 때 ( 은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다.) (0) | 2022.11.04 |
---|---|
Illegal DefaultValue null for parameter type integer (0) | 2021.07.28 |
MySQL 권한주기 에러 발생 (0) | 2021.07.20 |
Intellij 실행시 CentOS7, Mobaxterm MySQL 접속시 The driver has not received any packets form the server. 요류가 발생할때 (0) | 2021.07.20 |
lombok 롬북에러 (0) | 2021.03.16 |
Comments