Re: [PHP] Storing images in MySQL bad idea, performance-wise?

2002-07-08 Thread Analysis & Solutions
On Mon, Jul 08, 2002 at 04:34:20PM -0600, René Fournier wrote: > > Do I store all such images in the DB? (Which I understand reduces > performance.) You can, but it's a pain and inefficient. > Or do I--somehow--store the images as files on the client's web server? > And if so, how? (Because

[PHP] Storing images in MySQL bad idea, performance-wise?

2002-07-08 Thread René Fournier
I'm working on a simple content management system that uses PHP and MySQL for updating a web site's text (stored in a MySQL database). (The PHP scripts that do the updating (my stuf) live on one web server, the actual DB data to be updated (my client's stuff) live on another.) So far, I've onl

Re: [PHP] Storing images in MySql

2002-04-16 Thread Richard Archer
At 12:48 PM -0700 16/4/02, Fifield, Mike wrote: >Is anyone out there running a website that stores images as binary data in >MySql that could comment on this? I only store the images in the database when there is an admin interface which allows new images to be uploaded. If these images were st

[PHP] Storing images in MySql

2002-04-16 Thread Fifield, Mike
After posting my question about performance earlier this morning it was suggested that I also store the jpg's in the database, (thanks Maxim). I did a little research and got a lot of conflicting information on weather this is a good idea or not. For example the following url states that you suffe