Re: Load data not working with sym link

2003-11-28 Thread Egor Egorov
"Curley, Thomas" <[EMAIL PROTECTED]> wrote: > > Platform RH linux on Dell with MySql 4 > > I changes the directory to where the data file was picked up from to a sy= > mbolic link and now get the error > > Can't get stat of '/home/test/data_in/TEST.TXT' (Errcode: 13) > > So all I did was to cha

Load data not working with sym link

2003-11-28 Thread Curley, Thomas
Hi all, Platform RH linux on Dell with MySql 4 I changes the directory to where the data file was picked up from to a symbolic link and now get the error Can't get stat of '/home/test/data_in/TEST.TXT' (Errcode: 13) So all I did was to change ~test/data_in to a sym link to ~txn/data_in Anyo