List:MySQL and Java« Previous MessageNext Message »
From:Jonathan Baxter Date:February 11 2003 6:04am
Subject:Re: packet too large, blob over 16MB ?
View as plain text  
You can set it bigger, and use the latest versions of the jdbc driver 
which read it correctly. 

e.g: max_allowed_packet=128M in "my.cnf"

The jdbc driver picks up this value automatically

Cheers,

Jonathan 

On Tuesday 11 February 2003 04:55, Paul Tomsic wrote:
> according to the docs online, the max. packet for
> MySql
> is 16MB.
> What if I'm trying to put in a file that's 25MB as a
> blob?
>
> is there an alternative?
>
>
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
>
> -------------------------------------------------------------------
>-- Before posting, please check:
>    http://www.mysql.com/doc/         (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <java-thread5020@stripped>
> To unsubscribe, e-mail
> <java-unsubscribe-jbaxter=panscient.com@stripped>

-- 
Jonathan Baxter, CEO
Panscient Pty Ltd
Phone: +61 412 204 148
jbaxter@stripped

Thread
packet too large, blob over 16MB ?Paul Tomsic10 Feb
  • Re: packet too large, blob over 16MB ?Jonathan Baxter11 Feb
  • Re: packet too large, blob over 16MB ?Mark Matthews12 Feb