Hello..

I am attempting to insert into my table a huge block of text (talking almost a megabyte). It seems like maybe a quarter of the way through it just cuts off with no errors to my import script.

I've changed my max_allowed_packet to 20M as well as my net_buffer_length to 8M in my my.cnf file.

Seems like no matter what I set these two values to, nothing helps. My Column is set to LONGTEXT, but I cannot seem to find anywhere that would set the size of the Longtext, and, according to the MySQL documentation -- it seems as if the size of this column is dependant upon your max allowed packet and buffer size?

Can anyone point me in the right direction?

Thanks,
Sam




-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to