* Gurhan Ozen
> Is it possible to store binary files ( .jpgs, .gifs, .zips, etc) in mysql
> tables? If yes, can you point me to any direction?

Yes, it is possible, see the url below. In general it is recomended to keep
the binary files in the OS file system, and only store the path to the file
in the database.

<URL: http://www.mysql.com/doc/B/L/BLOB.html >

--
Roger


---------------------------------------------------------------------
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