I'm trying to write a file to a mySQL database using delphi.
For files with a size of less than 1Mb, this is working fine, however for larger files I'm having problems.
The following error occurred: "MySQL server has gone away".
The initial idea would be to save an exe file.
The type for this field in the table is as MediumBlob.