MySQL Forums
Forum List  »  Newbie

Re: Load data infile - file not found error 29 errorcode 2
Posted by: Eric Jason Notts
Date: November 27, 2015 11:04AM

If you are using a linux/unix based system, try this:

SQL="load data local infile '/source/file/location/' into table .....";

then above the script write as follows:

mysql -u db_username -pdb_password(Yes, password is next to -p)
--local-infile db_name

Options: ReplyQuote




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.