Stefan Hinz wrote:

> No really. But you could hit the communications buffer size
> (though that does not seem likely at all with your .sql
> file). Anyway, it can't help to try the following:
> 
> C:\mysql\bin>>mysql --max-allowed-packet=32M < \dev_hotel_data.sql
> 
> Regards,

Thanks, I'll try that... But in the meantime, is there something I can
do to get Mysql to show me more information about the syntax error?  I
think that the difference in the parser might be causing my line-numbers
to be off.  I went into my text editor and replaced the line that had
the "error" with a blank line, and when I ran it again it still reported
the same error on the same line #...So I'm wondering if there's a better
way to get Mysql to give me more clues as to which line is causing the
error.

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to