how to run sql script in NT

2001-10-26 Thread Barbara Ferrell
i am extremely new at this: i am on NT4.0 i am in a DOS screen at the mysql prompt (mysql) the path that is described in the top of the window is: =3D c:\apache\mysql\bin\mysql.exe i wrote a script to create and load a database exactly as it said in the = =3D book.. i saved the file as

RE: how to run sql script in NT

2001-10-26 Thread Andrew Murphy
Hi, Try typing: mysql Temp.sql while at the DOS prompt. Andrew -Original Message- From: Barbara Ferrell [mailto:[EMAIL PROTECTED]] Sent: 26 October 2001 2:15 pm To: [EMAIL PROTECTED] Cc: barbara Subject: how to run sql script in NT i am extremely new at this: i am on NT4.0 i

Re: how to run sql script in NT

2001-10-26 Thread Philip White
PROTECTED] Sent: Friday, October 26, 2001 2:15 PM Subject: how to run sql script in NT i am extremely new at this: i am on NT4.0 i am in a DOS screen at the mysql prompt (mysql) the path that is described in the top of the window is: =3D c:\apache\mysql\bin\mysql.exe i wrote a script to create

Re: how to run sql script in NT

2001-10-26 Thread Gerald Clark
I'm confused. You say you are at a dos prompt, but you show a mysql prompt. At the dos prompt do: mysql temp.sql At the mysql prompt: source temp.sql Barbara Ferrell wrote: i am extremely new at this: i am on NT4.0 i am in a DOS screen at the mysql prompt (mysql) the path that

FW: how to run sql script in NT

2001-10-26 Thread Woolsey, Fred
Forgot to change the To address to the list... FCW -Original Message- From: Woolsey, Fred Sent: Friday, October 26, 2001 10:12 AM To: 'Barbara Ferrell' Subject: RE: how to run sql script in NT Barbara, You can redirect the script to mysql as input on the command line, like