Given that I have to dump a large number of attachments in a short period, I deleted all the records in the file and then loaded them with the load data infile mysql sentence. This worked fine, but now I am compressing a bit more values ββin the blob field to make fewer inserts. The problem is that I cannot find a way to reset the blob field to a file, so the correct values ββare inserted when loading the data. I tried different ways, but not a happy ending, and I want to not insert one by one.
Does anyone know how to do this correctly?
source share