On 3/23/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> When you generated this dump file, did you remember to use the
> --max_allowed_packet parameter to make sure that mysqldump didn't create any
> extended insert statements larger than your server wants to handle? It could
> be crapping out
[EMAIL PROTECTED] wrote on 03/23/2006 02:20:00 PM:
> On 3/23/06, sheeri kritzer <[EMAIL PROTECTED]> wrote:
> > What does line 1189 look like?
> >
>
> Good question. Hard to tell, since it's the insert statement for a
> rather large table (25 million rows) and I have --extended-insert set,
> so it
On 3/23/06, sheeri kritzer <[EMAIL PROTECTED]> wrote:
> What does line 1189 look like?
>
Good question. Hard to tell, since it's the insert statement for a
rather large table (25 million rows) and I have --extended-insert set,
so it's all on one *really* long line. Seems like there should be a
ret
What does line 1189 look like?
-Sheeri
On 3/17/06, Jack Baty <[EMAIL PROTECTED]> wrote:
> I'm trying to restore a database from a dump as part of my
> make-sure-this-will-restore-just-in-case process and I get the
> following error...
>
> ERROR at line 1189: Unknown command '\''.
>
> The only thi