| Author |
Insert Long BLOB
|
Balakrishnan Saivarajan
Greenhorn
Joined: May 30, 2012
Posts: 1
|
|
I want to insert a 25mb file. In my server max_allowed_packet value is 16mb, I cann't change the server configuration. How can I Insert a file into mysql blob?
Thanks in advance.
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
Why do you even want to store files that large in the database? I'd store the file in the file system, then store the path to it in the database.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: Insert Long BLOB
|
|
|