Hello Everyone,
I wrote a perl script that loads a file to a MYSQL server.
The sript works well; however it seems that if a file is more than 64k, it truncates it without warning.
My MYSQL server has a 16Mb limit. The field type is Blob.
Anyone has any suggestios?
Thank you for all your assistance,
Percy
I wrote a perl script that loads a file to a MYSQL server.
The sript works well; however it seems that if a file is more than 64k, it truncates it without warning.
My MYSQL server has a 16Mb limit. The field type is Blob.
Anyone has any suggestios?
Thank you for all your assistance,
Percy