Connecting Tech Pros Worldwide Help | Site Map

mysql db for image storing

Familiar Sight
 
Join Date: Jan 2008
Posts: 198
#1: Sep 3 '09
I want to develop web site for vehicle sale. There I want to store vehicle images. I'm planing to use mysql DB. Please tell me is it possible to user mysql db for that kind of data storage?
code green's Avatar
Expert
 
Join Date: Mar 2007
Location: England
Posts: 1,076
#2: Sep 3 '09

re: mysql db for image storing


Yes. The data type is blob.
But I personally belive it is better to store the filepath/filename and store the images in a folder.
This means simple image updates and a smaller DB
mwasif's Avatar
Moderator
 
Join Date: Jul 2006
Location: Pakistan
Posts: 718
#3: Sep 4 '09

re: mysql db for image storing


It is always recommended to store the images as files as code green suggested unless you have some special requirements to store the images in the DB.
Reply