Re: Got a packet bigger than 'max_allowed_packet' bytes

2006-05-18 Thread Kishore Jalleda
On 5/18/06, Kishore Jalleda <[EMAIL PROTECTED]> wrote: On 5/18/06, Dan Trainor <[EMAIL PROTECTED]> wrote: > Hi - > > I'm trying to import some data into a MySQL database, which was dumped > from mysqldump. Just looking at the .sql file generated, there's only > about 7000 lines, on an 800M dump.

Re: Got a packet bigger than 'max_allowed_packet' bytes

2006-05-18 Thread Dan Trainor
Kishore Jalleda wrote: On 5/18/06, Dan Trainor <[EMAIL PROTECTED]> wrote: Hi - I'm trying to import some data into a MySQL database, which was dumped from mysqldump. Just looking at the .sql file generated, there's only about 7000 lines, on an 800M dump. I guess this tells me I have some ext

Re: Got a packet bigger than 'max_allowed_packet' bytes

2006-05-18 Thread Kishore Jalleda
On 5/18/06, Dan Trainor <[EMAIL PROTECTED]> wrote: Hi - I'm trying to import some data into a MySQL database, which was dumped from mysqldump. Just looking at the .sql file generated, there's only about 7000 lines, on an 800M dump. I guess this tells me I have some extremely long lines, which