MySQL -- tee command ???

2001-05-11 Thread Joseph Chow
Hi, everyone, I have a question about the tee command in MySQL. I know one of its applications is to log everything from the screen to the outfile for debugging purpose. But how do I redirect output ONLY to outfile instead of both standard output (screen) and outfile. Because I donot want

Re: MySQL -- tee command ???

2001-05-11 Thread Eric Fitzgerald
It sounds like you might be more interested in the SELECT * INTO OUTFILE syntax...read http://www.mysql.com/doc/S/E/SELECT.html for more information. - Original Message - From: Joseph Chow [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 11, 2001 9:57 AM Subject: MySQL -- tee

Re: MySQL -- tee command ???

2001-05-11 Thread Paul DuBois
On Fri, May 11, 2001 at 10:57:51AM -0600, Joseph Chow wrote: Hi, everyone, I have a question about the tee command in MySQL. I know one of its applications is to log everything from the screen to the outfile for debugging purpose. But how do I redirect output ONLY to outfile instead of