RE: MS-DOS Window

2002-03-07 Thread Robbie Martinez
PROTECTED]] > Sent: Thursday, March 07, 2002 3:51 PM > To: Gurhan Ozen > Cc: [EMAIL PROTECTED] > Subject: RE: MS-DOS Window > > > > I tried using 'tee' in MySql but it's not working. > > mysql> tee file.txt; > > ERROR 1064; You have an err

RE: MS-DOS Window

2002-03-07 Thread Todd Williamsen
I don't have a problem and I am using 3.23.47 -Original Message- From: Robbie Martinez [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 3:51 PM To: Gurhan Ozen Cc: [EMAIL PROTECTED] Subject: RE: MS-DOS Window I tried using 'tee' in MySql but it's not wo

RE: MS-DOS Window

2002-03-07 Thread Robbie Martinez
I tried using 'tee' in MySql but it's not working. mysql> tee file.txt; ERROR 1064; You have an error in your SQL syntax near 'tee file' at line 1 I'm running version 3.22.34-shareware-debug on Win98. Is this a problem? Do I need to pick up a more recent version? Thanks, Robbie On Mon,

RE: MS-DOS Window

2002-03-04 Thread Gurhan Ozen
Hi Robbie, There are a few ways you can capture the output to a file.. First of all, you can have all your sql statement in a file , say myquery.sql file, and call it from command line and redirect it to a different file such as this: C:\mysql\bin\mysql < myquery.sql > outputfile.txt Or, you ca

Re: MS-DOS Window

2002-03-04 Thread Intrex
As a DOS guy trying to learn linux here ya go At your dos window type the following: then Greater Then Sign > then ourput path and filename, Or output device like LPT1 for printer. Examples would be; mysqladmin > commands.txt The above command should put the commands into a file called co

RE: MS-DOS

2001-07-05 Thread Sibel Toprakkiran
hi, thanks a lot. It's going. regards, sibel. --- Ravi Raman <[EMAIL PROTECTED]> wrote: > hi. > > use mysqlc instead of mysql when you start the > client. > > hth. > -ravi. > > -Original Message- > From: Sibel Toprakkiran [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 05, 2001 2:

RE: MS-DOS

2001-07-05 Thread Ravi Raman
hi. use mysqlc instead of mysql when you start the client. hth. -ravi. -Original Message- From: Sibel Toprakkiran [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 05, 2001 2:35 PM To: [EMAIL PROTECTED] Subject: MS-DOS Hi, I'm starting mysql in a DOS window. Is there a possibility to u

Re: MS-DOS

2001-07-05 Thread Jeremy Zawodny
On Thu, Jul 05, 2001 at 03:17:05PM -0400, Matt TrollBoy Wiseman wrote: > > WinME has this built right in, elsewise try doskey How does WinME know what to do in the mysql command-line interpreter? Jeremy -- Jeremy D. Zawodny, <[EMAIL PROTECTED]> Technical Yahoo - Yahoo Finance Desk: (408) 349-78

Re: MS-DOS

2001-07-05 Thread Matt \"TrollBoy\" Wiseman
WinME has this built right in, elsewise try doskey Matt "TrollBoy" Wiseman Webmaster: Shoggoth.net Site Designer: phpslash.org The oldest and strongest emotion of mankind is fear, and the oldest and strongest kind of fear is fear of the unknown. -H.P. Lovecraft ---