Hello,
I have a database with a table that contains a lot of image data. The schema for the table (attached) is:
UID, int(11)
PIDN, int(20)
lien_tracker, longblob
lien_tracker_type, char(7)
title, longblob
title_type, char(7).
When backed up with SQLYOG, creating a zip file, the resulting zip file can not be opened. This zip file is over 2gb in size. I think the size could be the problem, but I’m not certain.
Any insight that you could provide would be helpful.
Thanks,
Scott