정보 감삽합니다.
이참에 업그래이드 하고 트랜젝션도 써봐야 겠네요.
그리고 3.23에 관한 확장 부분은 메일링 리스트에 있는거 같습니다.
소스 내용 자체를 수정해서 컴파일을 다시 하는걸로 압니다.
net.c 라는 파일이지요.
이것에 기본 패킷의 한계선을 정의하더군요. 이걸 늘려 주면 된다는거 같은데..
이것보다 이참에 4.0을 쓰는게 더 낳을거 같군요. 내일 이거나 테스트 해야 쥐~~~
고맙습니다.
: max_allowed_packet The maximum size of one packet.
: The message buffer is initialised to net_buffer_length bytes,
: but can grow up to max_allowed_packet bytes when needed.
: This value by default is small, to catch big (possibly wrong) packets.
: You must increase this value if you are using big BLOB columns.
: It should be as big as the biggest BLOB you want to use.
: The protocol limits for max_allowed_packet is 16M in MySQL 3.23
: and 2G in MySQL 4.0.
:
: http://www.mysql.com/doc/S/H/SHOW_VARIABLES.html :
: 버전에 따라서 다르네요. 4.0은 2G 라는군요.