MAX_ALLOWED_PACKET and BLOBS
Posted by: David Bragado López
Date: November 04, 2005 03:29AM

Hello everybody:

I'm developing an app that deals with huge amount of raw data. We want to store this data as bin data on a BLOB field. I don't have problems to upload this BLOBs using mysql_stmt_send_long_data on a prepared statement.

My problems starts when i want to fetch a huge BLOB (about 100MB). I know that i need to increase the max_allowed_packet var both in server and in client sides. For sever side I increase it by setting the max_allowed_packet var in my.ini. But for client side i want to do it by code (the client will be installed on machines with no mysql server). Does anyone knows how to do this? I have not found this subject on doc nor forums nor groups.google.com.

Thank's you all.

Options: ReplyQuote


Subject
Views
Written By
Posted
MAX_ALLOWED_PACKET and BLOBS
943
November 04, 2005 03:29AM
534
November 04, 2005 09:13AM
471
November 07, 2005 02:58AM
525
November 07, 2005 04:46AM
673
November 07, 2005 06:57AM
585
November 08, 2005 04:56PM
563
November 10, 2005 03:29PM


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.