il, I know about forcing it, but I can't do
that in my case.
DÆVID
> -Original Message-
> From: sheeri kritzer [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 24, 2006 6:27 PM
> To: Daevid Vincent
> Cc: mysql@lists.mysql.com
> Subject: Re: How do I turn
As mentioned in the original email, I know about forcing it, but I can't do
that in my case.
DÆVID
> -Original Message-
> From: sheeri kritzer [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 24, 2006 6:27 PM
> To: Daevid Vincent
> Cc: mysql@lists.mysql.com
>
If you run a script with
mysql < script.sql
then if there's an error, the script dies.
If you run a script with
mysql -e "source script.sql"
Then the script will just spit out an error and move on to the next command.
Hopefully that will help.
-Sheeri
On 5/24/06, Daevid Vincent <[EMAIL PRO