RE: Start MySQL along with a update statement.

2003-02-25 Thread Joseph Jude
Do you know that you can run mysql in batch mode? So you can achieve what you want by this. Read the below: http://www.mysql.com/doc/en/Batch_mode.html Regards, Joseph >-Original Message- >From: g gnanaraj [mailto:[EMAIL PROTECTED] >Sent: Tuesday, February 25, 2003 7:31 AM >To: [EMAI

Re: Start MySQL along with a update statement.

2003-02-25 Thread Zak Greant
On Tue, Feb 25, 2003 at 01:30:52AM -0500, g gnanaraj wrote: > I need to start MySQL using a script which does the following: > > 1. login to MySQL > 2. use a specific database > 3. run a update statement > 4. exit > > > I have been able to achieve 1 & 2 by doing the following but not the others.