MySQL Forums
Forum List  »  Newbie

Re: save / retrieve images from MySQL
Posted by: Rick James
Date: July 21, 2014 06:32PM

BLOB (limited to 64KB) or MEDIUMBLOB (limited to 16MB).

Many people like to store a url or file name, not the image. Then, you application would have to deal with building the file, etc.

There are arguments in favor of either approach (blob vs link).

Options: ReplyQuote


Subject
Written By
Posted
Re: save / retrieve images from MySQL
July 21, 2014 06:32PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.