On Tuesday 11 February 2003 18:13, Edgard Dapás wrote: > 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)
$ perror 13 Error code 13: Permission denied MySQL server doesn't have permission to read from this home directory. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Egor Egorov / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com --------------------------------------------------------------------- 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