MySQL Forums
Forum List  »  Newbie

mysqlimport "Can't get stat" message error code 13
Posted by: Denny Pasternak
Date: May 11, 2012 06:49PM

I am running the following command in phpMyAdmin while logged in as the db administrator with full rights.

LOAD DATA INFILE '/var/www/vhosts/dennyp.com/httpdocs/dptdb/visitor_list.txt' INTO TABLE visitor_list FIELDS TERMINATED BY '|' ENCLOSED BY '"' ;

I get the error:

#13 - Can't get stat of '/var/www/vhosts/dennyp.com/httpdocs/dptdb/visitor_list.txt' (Errcode: 13)

The input file has permissions of 777 and I've tried placing it in the /tmp directory. The above path is actually the path that phpMyAdmin is in. I've also tried running it from the mysql command line under root.



Any thoughts?

(I am new to this forum so if this is the wrong forum please let me know.)



Edited 1 time(s). Last edit at 05/11/2012 08:07PM by Denny Pasternak.

Options: ReplyQuote


Subject
Written By
Posted
mysqlimport "Can't get stat" message error code 13
May 11, 2012 06:49PM


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.