Re: Contents storing in mysql

2006-11-16 Thread colbey
If your storing files in mysql, it's best to chunk/shard your data if your not doing so already. Example article/code at: http://www.dreamwerx.net/phpforum/?id=1 On Thu, 16 Nov 2006, Shain Lee wrote: > Hi , > > I wanted to store images , musics, videos ..etc in mysql database.storing > cont

RE: Contents storing in mysql

2006-11-16 Thread Jerry Schwartz
From: Shain Lee [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 16, 2006 5:52 AM > To: MySql > Subject: Contents storing in mysql > > Hi , > > I wanted to store images , musics, videos ..etc in mysql > database.storing contents as content type BLOB , i don't

Contents storing in mysql

2006-11-16 Thread Shain Lee
Hi , I wanted to store images , musics, videos ..etc in mysql database.storing contents as content type BLOB , i don't have any issues with that setup. But , now i need to store that contents in folders and should be kept the contents path with referrence ofcontents file name . for ea