Thursday, June 21, 2012

Store Image in MySQL

We can use the "blob" datatype for storing the the image into the table.

However, the best way to store images into MySQL is to store the location of the image as a character string.

No comments: