RE: Contents storing in mysql

2006-11-16 Thread Jerry Schwartz
This work has to be done in a client, since you have to manage external files. If the files are all uniquely named, then you could use filename as a key. In my case, I was linking the images to a product in another table. I used three tables: prod_table: == prod_num /* an auto-increment

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