Sofiane,
Friday, July 12, 2002, 2:07:00 PM, you wrote:

SF> hello everybody
SF> I have a problem using mysql and the load data infile command. i have all my 
SF> data in a text file tabulated and using load data as it is documented i 
SF> receive this message
SF> "ERROR 13: Can't get stat of '/root/essai.txt' (Errcode: 13)"
SF> here is the command i use
mysql>> load data infile '/root/essai.txt' into table essai;
SF> i'm connected as root user essai is a table containing an integer field and 
SF> one varchar field (just for trying before uploading my datas) using mysql 
SF> import return the same problem and this on two different machines using 
SF> mandrake 8.2 and redhat 7.3 with mysql 3.23.49
SF> thank you for your help

Error code  13:  Permission denied

Check permissions on your file.






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

Reply via email to