Re: Insert Image content via command line

2003-06-10 Thread gerald_clark
How big is the imge file? How do you check the contents of the table? How are you determining that it is null? Did you try to select the column into an outfile? If so, how big was the outfile? Titu Kim wrote: Yes, the image file is on the server and i already chown and chrgp to mysql for this file

Re: Insert Image content via command line

2003-06-10 Thread Titu Kim
Yes, the image file is on the server and i already chown and chrgp to mysql for this file. Still the data is null in the table. --- gerald_clark <[EMAIL PROTECTED]> wrote: > > > Titu Kim wrote: > > >Hi, > >I am trying to insert an image directly from > >command line into mysql table. My ta

Re: Insert Image content via command line

2003-06-10 Thread gerald_clark
Titu Kim wrote: Hi, I am trying to insert an image directly from command line into mysql table. My table looks like == Create table ImageTab (id int, content longblob); === I login to localhost. I have an image at /tmp. Then i issue this query =

Insert Image content via command line

2003-06-09 Thread Titu Kim
Hi, I am trying to insert an image directly from command line into mysql table. My table looks like == Create table ImageTab (id int, content longblob); === I login to localhost. I have an image at /tmp. Then i issue this query insert into