Reputation: 7941
I've got a query similar to
SELECT Load_file("whatever")
and max_allowed_packet
defaults to 16M
, but the result is somehow incomplete, the ending is missing (always after a certain length). Is there another variable that needs to be enlarged or something?
Upvotes: 0
Views: 107
Reputation: 6645
Can you please give the exact query? Perhaps you are storing the file contents to a DB column that doesn't have sufficient length to hold all contents.
Upvotes: 1