15 messages in com.mysql.lists.mysqlLOAD_FILE over SMB filesystems
FromSent OnAttachments
Panos Melas22 Jan 2002 07:41 
Egor Egorov23 Jan 2002 07:42 
Stephen Lee23 Jan 2002 10:32 
Kevin Smith01 Feb 2002 09:15 
Gerald Clark01 Feb 2002 09:31 
Paul DuBois01 Feb 2002 09:36 
Kevin Smith01 Feb 2002 09:37 
Kevin Smith01 Feb 2002 09:40 
Paul DuBois01 Feb 2002 09:43 
Kevin Smith01 Feb 2002 09:46 
Gerald Clark01 Feb 2002 09:54 
Paul DuBois01 Feb 2002 09:56 
Jim Van Heule01 Feb 2002 10:33 
Kevin Smith01 Feb 2002 10:39 
Cathy Cunningham (Blue World Lasso Evangelist)01 Feb 2002 11:06 
Subject:LOAD_FILE over SMB filesystems
From:Panos Melas (PM@it-innovation.soton.ac.uk)
Date:01/22/2002 07:41:58 AM
List:com.mysql.lists.mysql

Hello everyone,

I have some problems loading files into blobs when the file resides on a network
filesystem e.g. SAMBA. I use mysqld 3.23.43-nt.

e.g.

UPDATE Reading SET Data=LOAD_FILE("//linbox/log/travel/001.jpg") WHERE id=1;

Query OK, 0 rows affected (0.05 sec) Rows matched: 1 Changed: 0 Warnings: 0

but the blob cell is still or becomes NULL

loading files from local filesystmes is ok. Is there anyway to trace the
problem?

Thanks

Panos