Re: mysql data into CSV file. / (Errcode: 13)

2007-01-11 Thread Dwight E Chadbourne
ECTED]> cc: MySql bcc: Subject:Re: mysql data into CSV file. / (Errcode: 13) Thank you , that is working with /tmp/ directory. actually what is the issue behind writing that files into user defined folder , like /home/test/ ? have you find any soluti

Re: mysql data into CSV file. / (Errcode: 13)

2007-01-11 Thread Shain Lee
Thank you , that is working with /tmp/ directory. actually what is the issue behind writing that files into user defined folder , like /home/test/ ? have you find any solution for that ? Thank you, Shaine. Nils Meyer <[EMAIL PROTECTED]> wrote: Hi Shain, Shain Lee wrote: > ERROR 1 (HY000): Can

Re: mysql data into CSV file. / (Errcode: 13)

2007-01-11 Thread Nils Meyer
Hi Shain, Shain Lee wrote: ERROR 1 (HY000): Can't create/write to file '/home/shaine/Music_Details.csv' (Errcode: 13) I faced a problem as mentioned above. really got stucked. how can i solve that problem ? is it a bug ? Error 13 is Permission Denied. The MySQL daemon cannot write to your

Re: mysql data into CSV file. / (Errcode: 13)

2007-01-11 Thread Shain Lee
MySql - server version: 4.1.7 OS - RedHat Linux AS 4 mysql> use Music; mysql> SELECT * INTO OUTFILE '/home/shaine/Music.csv' FROM Music_Details; ERROR 1 (HY000): Can't create/write to file '/home/shaine/Music_Details.csv' (Errcode: 13) I faced a problem as mentioned above. really got stucked.