Hi,
I got a annoying problem with my MySQL-DB. I just want to store some images (onyl up to 1mb) in this db.
The problem is, that the following error occur :
com.mysql.jdbc.PacketTooBigException: Packet for query is too large (2095865 > 1048576).
I can't change this property so easy ... so is there a way to set the packet size of the SerialBlob I currently use
or to use an other object like a ByteArrayInputStream?
regards,
Olek