아래 명령어로 설정된 값 확인해 보기
-> show variables like 'max_allowed_packet';
저는 192 M로 변경해 보았습니다.
기존 16M 였습니다.
mysql> show variables like 'max_allowed_packet';
+--------------------+----------+
| Variable_name | Value |
+--------------------+----------+
| max_allowed_packet | 16777216 |
+--------------------+----------+
mysql> set GLOBAL max_allowed_packet=201326592;
Query OK, 0 rows affected (0.00 sec)
정상으로 적용되었네요.
다시 확인 해 볼까요?
mysql> show variables like 'max_allowed_packet';
+--------------------+----------+
| Variable_name | Value |
+--------------------+----------+
| max_allowed_packet | 16777216 |
+--------------------+----------+
이론...기존값으로 나오네요.
mysql > quit 했다가 다시 접속해 보니,
mysql> show variables like 'max_allowed_packet';
+--------------------+-----------+
| Variable_name | Value |
+--------------------+-----------+
| max_allowed_packet | 201326592 |
+--------------------+-----------+
1 row in set (0.00 sec)
게시판 목록
팁게시판
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 4402 | 13년 전 | 398 | ||
| 4401 | 13년 전 | 1145 | ||
| 4400 | 13년 전 | 1465 | ||
| 4399 |
|
13년 전 | 3917 | |
| 4398 |
alexseo
|
13년 전 | 897 | |
| 4397 | 13년 전 | 1125 | ||
| 4396 | 13년 전 | 587 | ||
| 4395 | 13년 전 | 510 | ||
| 4394 | 13년 전 | 587 | ||
| 4393 | 13년 전 | 957 | ||
| 4392 | 13년 전 | 2158 | ||
| 4391 | 13년 전 | 659 | ||
| 4390 |
몰보는거야
|
13년 전 | 1668 | |
| 4389 |
|
13년 전 | 1729 | |
| 4388 | 13년 전 | 1990 | ||
| 4387 |
|
13년 전 | 749 | |
| 4386 |
프로프리랜서
|
13년 전 | 1012 | |
| 4385 |
프로프리랜서
|
13년 전 | 749 | |
| 4384 |
프로프리랜서
|
13년 전 | 870 | |
| 4383 |
뭐먹고살지ㅠ
|
13년 전 | 779 | |
| 4382 |
danielle
|
13년 전 | 641 | |
| 4381 | 13년 전 | 751 | ||
| 4380 | 13년 전 | 901 | ||
| 4379 | 13년 전 | 1712 | ||
| 4378 | 13년 전 | 418 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기