MySQL Forums
Forum List  »  General

Re: max_allowed_packet value for LONGBLOB
Posted by: Peter Brawley
Date: December 06, 2013 01:25PM

It's an odd inconsistency, yes.

I've never encountered a sound argument for storing multi-GB blobs in a MySQL database. When the data is that big, the better solution is usually to store it externally and in the database store just its path or url.

If you actually have such a requirement, I'd like to see the reasoning.

In PHP use mysqli_stmt_send_long_data().

Options: ReplyQuote


Subject
Written By
Posted
Re: max_allowed_packet value for LONGBLOB
December 06, 2013 01:25PM


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.