Re: Sending an output of a query to file in debian lenny

2010-12-02 Thread Johan De Meersman
On Thu, Dec 2, 2010 at 4:05 PM, bars0 bars0 wrote: > Yes, something is certailny wrong, because even when I added in MySQL user > 'krzysztof', wchich is similar to regular user of my linux machine, I can't > MySQL users have nothing to see with OS users. As root, do "su -c /bin/bash - mysql" and

Re: Sending an output of a query to file in debian lenny

2010-12-02 Thread bars0 bars0
2010/12/2 Simcha Younger > On Thu, 2 Dec 2010 10:06:21 +0100 > bars0 bars0 wrote: > > > Hi everyone! > > > > I try o send an output of a query in debian lenny, using: SELECTINTO > > OUTFILE '/my_path/my_file' FROM...but I get an error: ERROR 1 (HY000): > Can't > > create/write to file... (Er

Re: Sending an output of a query to file in debian lenny

2010-12-02 Thread Simcha Younger
On Thu, 2 Dec 2010 10:06:21 +0100 bars0 bars0 wrote: > Hi everyone! > > I try o send an output of a query in debian lenny, using: SELECTINTO > OUTFILE '/my_path/my_file' FROM...but I get an error: ERROR 1 (HY000): Can't > create/write to file... (Errcode 13). > What's the problem? You proba

Re: Sending an output of a query to file in debian lenny

2010-12-02 Thread Johan De Meersman
On Thu, Dec 2, 2010 at 10:06 AM, bars0 bars0 wrote: > I try o send an output of a query in debian lenny, using: SELECTINTO > OUTFILE '/my_path/my_file' FROM...but I get an error: ERROR 1 (HY000): > Can't > create/write to file... (Errcode 13). > What's the problem? > The file is not written a

Sending an output of a query to file in debian lenny

2010-12-02 Thread bars0 bars0
Hi everyone! I try o send an output of a query in debian lenny, using: SELECTINTO OUTFILE '/my_path/my_file' FROM...but I get an error: ERROR 1 (HY000): Can't create/write to file... (Errcode 13). What's the problem?