MySQL Forums
Forum List  »  General

Re: MySQL Function to get Binary data of an image and insert in blob field
Posted by: Peter Brawley
Date: August 23, 2016 11:59AM

An image is binary data, so your question's puzzling.

Generally it's more efficient to store images directly on disk, and in MySQL store only paths to those images.

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL Function to get Binary data of an image and insert in blob field
August 23, 2016 11:59AM


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.