MySQL Forums
Forum List  »  Newbie

load data infile ERROR 13 (HY000):
Posted by: mohammed issak hussain
Date: February 01, 2016 11:27PM

i am getting an error while trying to load data from csv file to mysql using this command

load data infile 'home/hadoop/vt.csv' into table tableissak fields terminated by ',' lines terminated by '\n';

also its showing me
ERROR 13 (HY000): Can't get stat of '/var/lib/mysql/home/hadoop/vt.csv' (Errcode: 2 - No such file or directory)

i dont have folder by name /var/lib/mysql

my file is in home/hadoop/ folders

Options: ReplyQuote


Subject
Written By
Posted
load data infile ERROR 13 (HY000):
February 01, 2016 11:27PM


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.