MySQL Forums
Forum List  »  MyISAM

Re: Terrible BUG in MySQL! HELP!
Posted by: Ingo Strüwing
Date: August 07, 2006 01:32PM

This is not a MyISAm question. I can just guess.

You may need to increase max_allowed_packet. From the manual:

max_allowed_packet

The maximum size of one packet or any generated/intermediate string.

The packet message buffer is initialized to net_buffer_length bytes, but can grow up to max_allowed_packet bytes when needed. This value by default is small, to catch large (possibly incorrect) packets.

You must increase this value if you are using large BLOB columns or long strings. It should be as big as the largest BLOB you want to use. The protocol limit for max_allowed_packet is 1GB.

Regards,
Ingo

Options: ReplyQuote


Subject
Views
Written By
Posted
2230
August 01, 2006 03:36AM
Re: Terrible BUG in MySQL! HELP!
1613
August 07, 2006 01:32PM
1497
August 08, 2006 07:02PM
1403
August 08, 2006 11:08PM
1377
August 10, 2006 03:09PM
1394
August 10, 2006 03:31PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.