Make sure that the mysql server has read permission for the file.
Zafar wrote:
Hello
Having trouble inserting images into a BLOB column. No problems doing
this 'one at a time' via
a third party MySQL GUI Manager, but I need to create an indexed table
containing some
1K + images. Using the reco
Checkout http://php.dreamwerx.net/forums/viewtopic.php?t=6
For a PHP example you could easily convert to PERL or just install PHP
standalone binary on the box.
On Fri, 3 Oct 2003, Zafar wrote:
> Hello
>
> Having trouble inserting images into a BLOB column. No problems doing
> this 'one at a ti
Hello
Having trouble inserting images into a BLOB column. No problems doing
this 'one at a time' via
a third party MySQL GUI Manager, but I need to create an indexed table
containing some
1K + images. Using the recommeded method from the MySQL manaual ie.
UPDATE tbl_name
SET blob_column=LOAD_FI