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
; Subject: Re: How do I turn off error checking
>
> 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 s
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
Semi related to this, as it appears in my searching that this is
unfortunately not a supported feature. Is there a flag or something that I
can put in my .sql file that will turn OFF any error checking, execute my
statements (so that even if one fails, the next one will be tried), then
turn it back