Edgard,

> I'm trying to load a text file, I've extract from access, and Ihave the
> following error
mysql>> LOAD DATA INFILE '/home/dapasedg/provedores.txt' INTO TABLE proveedores
>     -> FIELDS TERMINATED BY '|' ENCLOSED BY '"';
> ERROR 13: Can't get stat of '/home/dapasedg/provedores.txt' (Errcode: 13)

Error 13 means "permission denied". I sure hope your mysql server
cannot access your home directory ;)

You should move the file to a location where mysqld has read access!

Regards,
--
  Stefan Hinz <[EMAIL PROTECTED]>
  iConnect GmbH <http://iConnect.de>
  Heesestr. 6, 12169 Berlin (Germany)
  Telefon: +49 30 7970948-0  Fax: +49 30 7970948-3


---------------------------------------------------------------------
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