Re: [PHP-DB] Re: permissions for writing file

2002-01-15 Thread Miles Thompson
James, Who are you logging in as and do you have write privileges in that directory? Who owns it: user and group? (Don't have to answer, that's just what you have to know. Alternately, is there a mysql user in /etc/passwd? What group? The answer probably lies in there somewhere. Is there

[PHP-DB] RE: permissions for writing file

2002-01-14 Thread Peter Westergaard
I'm trying to use PHP and MySQL to query a table and write the contents to a new file. When run the command to outfile it tells me I don't have permissions. This is on a Unix machine. I haven't run this on Unix myself, but I think this answer might be useful. Someone please correct me if I'm

[PHP-DB] Re: permissions for writing file

2002-01-14 Thread James Kupernik
My problem is that I'm trying to run the query via a telnet sessions before I code through PHP. Is there a solution that anyone knows for this? James Kupernik [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I'm trying to use PHP and MySQL to query a table and