Re: unable to write from a select into outfile

2009-05-13 Thread Peter J. Holzer
On 2009-05-13 08:14:09 -0700, Bruce Ferrell wrote: > Alexander Foken wrote: > > On 13.05.2009 02:59, Brian Manning wrote: > >> > >>> Can you tell me why I'm getting this error: > >>> > >>> DBD::mysql::st execute failed: Can't create/write to file > >>> '/tmp/result.csv' (Errcode: 2) > >>> [...

Re: unable to write from a select into outfile

2009-05-13 Thread listmail
Bruce Ferrell wrote: Alexander Foken wrote: On 13.05.2009 02:59, Brian Manning wrote: Can you tell me why I'm getting this error: DBD::mysql::st execute failed: Can't create/write to file '/tmp/result.csv' (Errcode: 2) You don't have create/write permissions to the /tmp

Re: unable to write from a select into outfile

2009-05-13 Thread Bruce Ferrell
Alexander Foken wrote: > On 13.05.2009 02:59, Brian Manning wrote: >> >>> Can you tell me why I'm getting this error: >>> >>> DBD::mysql::st execute failed: Can't create/write to file >>> '/tmp/result.csv' (Errcode: 2) >>> >> >> You don't have create/write permissions to the /tmp directory on

Re: unable to write from a select into outfile

2009-05-13 Thread Alexander Foken
On 13.05.2009 02:59, Brian Manning wrote: Can you tell me why I'm getting this error: DBD::mysql::st execute failed: Can't create/write to file '/tmp/result.csv' (Errcode: 2) You don't have create/write permissions to the /tmp directory on your remote host as whatever user your remote h