MySQL Forums
Forum List  »  PHP

Problems with max_allowed_packet
Posted by: Frank Eriksson
Date: January 02, 2006 05:33AM

Hello,

I'm using mySQL 4.1.14-nt and try to insert approx 20 MB into a longblob field that is posted from a php-page. I got the "MySQL server has gone away" message. When I increased the max_allowed_packet from the default value 1M to 21M it seems possible to post files that are approx 16M, but then I hit this limitation again even if the max_allowed_packet clearly is set to a bigger value than 16M. In other posts, people are talking about that the max_allowed_packet is possible to set both server side and client side. What exactly corresponds to client side in this case? myODBC or some PHP setting or... Any ideas?

Options: ReplyQuote


Subject
Written By
Posted
Problems with max_allowed_packet
January 02, 2006 05:33AM


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.