0
I am trying to write a file to a mysql database using Delphi.
For files with size smaller than 1Mb is working perfectly, however for file with bigger size I am having problems.
The following error occurs: "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.