>From mysql manual:

If you want to create the resulting file on some other host than the
server host, you can't use SELECT ... INTO OUTFILE. In this case you
should instead use some client program like mysqldump --tab or mysql -e
"SELECT ..." > outfile to generate the file



On Fri, 12 Sep 2003, karim bernardet wrote:

> Hello,
>
> Is it possible to retrieve a file stored in a blob field using a mysql
> client from a host which is not the server ?
>
> Thanks for your help,
>
>
> Karim.
>
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]
>

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to