RE: Start MySQL along with a update statement.

2003-02-25 Thread Joseph Jude
31 AM >To: [EMAIL PROTECTED] >Cc: [EMAIL PROTECTED] >Subject: Start MySQL along with a update statement. > > >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 > >

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.

Start MySQL along with a update statement.

2003-02-24 Thread g gnanaraj
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. mysql -D test Can anyone help me please ? Thanks. __