Using mySQL in Batch mode

2002-09-05 Thread Horacio Santoyo
Hello mySQL users, I'm a new mySQL user, just installed it two days ago. I have a quick question... I have a .sql script that I want to run on mySQL server. I have a Windows XP machine and when I read the mySQL manual, I think they were talking about a Unix machine. This is what the manual

Re: Using mySQL in Batch mode

2002-09-05 Thread Iikka Meriläinen
Hello, In the directory you have your .sql script, run this: mysql myquery.sql Remember to change the file name, though. :-) Regards, Iikka On Thu, 5 Sep 2002, Horacio Santoyo wrote: Hello mySQL users, I'm a new mySQL user, just installed it two days ago. I have a quick question... I

RE: Using mySQL in Batch mode

2002-09-05 Thread Ben Joyce
When I saw this mail arrive I thought the subject read Using mySQL in Biatch mode, I did chuckle a little :) -Original Message- From: Horacio Santoyo [mailto:[EMAIL PROTECTED]] Sent: 05 September 2002 21:13 To: [EMAIL PROTECTED] Subject: Using mySQL in Batch mode Hello mySQL

Re: Using mySQL in Batch mode

2002-09-05 Thread Gurhan Ozen
You have to do in your command shell, not mysql shell... Go to run , type cmd and then type mysql batch-file .. Gurhan On Thu, 2002-09-05 at 16:12, Horacio Santoyo wrote: Hello mySQL users, I'm a new mySQL user, just installed it two days ago. I have a quick question... I have a .sql