Daniel, Monday, April 22, 2002, 2:31:15 PM, you wrote: DJ> I'm having difficulties with loading values from a text file into my DJ> databse. DJ> I've tried the following and got these errors. last one is with full path DJ> ======================= DJ> mysql> LOAD DATA INFILE "months.txt" INTO TABLE months; DJ> ERROR 1105: File './date1/months.txt' not found (Errcode: 2)
DJ> mysql> LOAD DATA INFILE "/months.txt" INTO TABLE months; DJ> ERROR 13: Can't get stat of '/months.txt' (Errcode: 2) DJ> mysql> LOAD DATA INFILE "/home/danjar/months.txt" INTO TABLE months; DJ> ERROR 13: Can't get stat of '/home/danjar/months.txt' (Errcode: 13) DJ> ======================== DJ> can anyone assit? Check your permissions... Seems MySQL has no permissions on those files ... DJ> thanks DJ> dan -- For technical support contracts, goto https://order.mysql.com/ 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