MySQL Forums
Forum List  »  Perl

Re: File location path while using LOAD_FILE
Posted by: Ben H.
Date: February 08, 2008 03:57AM

With,

LOAD DATA LOCAL INFILE "filename"

filename must be on the *mysql client* host.

With,

LOAD DATA INFILE "filename"

filename must be on the server and must be relative to the server datadir.

In other cases retreive the file differently, depends on your network you
might have ftp, scp, etc.

But, i can't see where you are perl specific in your question, as this forum
should be?



Edited 1 time(s). Last edit at 02/08/2008 04:10AM by Ben H..

Options: ReplyQuote


Subject
Written By
Posted
Re: File location path while using LOAD_FILE
February 08, 2008 03:57AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.