On Thu, Jul 12, 2001 at 01:51:29AM +0200, Werner Stuerenburg wrote:
>
> Im my understanding, you are storing images. AFAIK, images should
> not be stored in the db but in the filesystem.

There's nothing wrong with doing it, as long as you understand what
you're doing.  After all, images are (from MySQL's point of view) no
different than lots of text, numbers, or any other data.

> You store only the filename and other data (time etc.) in the
> db. There are some remarks on this at php.net and other places, as
> this question is posed often.

It's not always possible or easy to get files onto the database
server's filesystem.  In fact, it's often a good idea to tightly
restrict access to a database server's filesystem.

Jeremy
-- 
Jeremy D. Zawodny, <[EMAIL PROTECTED]>
Technical Yahoo - Yahoo Finance
Desk: (408) 349-7878    Fax: (408) 349-5454    Cell: (408) 439-9951

MySQL 3.23.29: up 25 days, processed 193,254,608 queries (86/sec. avg)

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to