RE: Log HELP!

2001-05-30 Thread Ravi Raman
hi. if you're not on a windows box, try something like: mysql -uroot -p &1 | tee output.log the mysql client also has a --tee option, as well as a tee(\T) command that could be of use. -ravi. -Original Message- From: Mohammad Shoja [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 30, 200

Re: Log HELP!

2001-05-30 Thread Gerald Clark
Mohammad Shoja wrote: > Mybe this is not a mysql question but a unix command line question: > would you please tell me how can I log execution of a DDL? > I have a test.sql which is a DDL file, I wanna log its output but when I > try the following it create log file but its empty. > > mysql -u