Re: How do I turn off error checking

2006-05-25 Thread sheeri kritzer
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 off error checking If you run a script with mysql script.sql

Re: How do I turn off error checking

2006-05-24 Thread sheeri kritzer
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

RE: How do I turn off error checking

2006-05-24 Thread Daevid Vincent
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 Subject: Re: How do I turn off