Bug #41488 LOAD DATA INFILE
Submitted: 16 Dec 2008 6:20 Modified: 16 Dec 2008 7:37
Reporter: mady raj Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version: OS:Linux
Assigned to: CPU Architecture:Any

[16 Dec 2008 6:20] mady raj
Description:
hi, there is a issue.
actually
SERVER is in windows machine
& client is in linux machine;
when i m using a load data infile utility in linux 
like
" LOAD DATA INFILE 'temp.txt' into TABLE tbl_DUmmyTable" it searches 'temp.txt' file in server installitation path means windows machine insted of searching in linux machine.
i m getting an error like :: file not found in C:/mysql 
i have to read file from linux machine & update the database which is in windows machine.
plz anyone suzzest me...

How to repeat:
when i m using 
" LOAD DATA INFILE 'temp.txt' into TABLE tbl_DUmmyTable"
[16 Dec 2008 7:37] Sveta Smirnova
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://dev.mysql.com/doc/ and the instructions on
how to report a bug at http://bugs.mysql.com/how-to-report.php

Please read at http://dev.mysql.com/doc/refman/5.0/en/load-data.html about LOCAL keyword.