On 10-Mar-2003 Micha Brans wrote:
> 
> 
> Hi All,
> 
> After migrating to a new server, I have problems importing *.csv files to 
> the MySQL db.
> 
> When I try to do LOAD DATA INFILE 
> '/home/www/htdocs/helpdesk/systems/forms/users.csv' REPLACE INTO TABLE 
> `empl_navtech` FIELDS TERMINATED BY ',' ENCLOSED BY '"'
> 
> I get the error: 13: Can't get stat of 
> '/home/www/htdocs/helpdesk/systems/forms/users.csv' (Errcode: 2)
> 
> Can somebody help me?
> I really don't know what this error is.
> I cannot find this error in the docs.
> 
> Greetz,
> 

localhost.dread$ perror 13 2
Error code  13:  Permission denied
Error code   2:  No such file or directory
localhost.dread$ 

Regards,
-- 
Don Read                                       [EMAIL PROTECTED]
-- It's always darkest before the dawn. So if you are going to 
   steal the neighbor's newspaper, that's the time to do it.
                            (53kr33t w0rdz: sql table query)

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to