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