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
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.