Alex Menendez writes:
 > Hello, All

Hi Alex,

 > I  built a spammer cgi some time ago that sends opt-in email to a list
 > of recipients stored in a member account db. It has ran fine in the
 > past. However, recently it is generating 2013 errors (Lost connection to
 > Mysql server during query) .
<cut>
 > | message           |
 > mediumtext
<cut>

You've got a mediumtext field in your table, which can accept max 16Mb
characters. Please make sure that your max_allowed_packet is the same.

E.g. start MySQL daemon with 'mysqld -O max_allowed_packet=16M'

Regards,

- Jani

For technical support contracts, visit https://order.mysql.com/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Jani Tolonen <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Full-Time Developer
/_/  /_/\_, /___/\___\_\___/   Helsinki, Finland
       <___/   www.mysql.com

---------------------------------------------------------------------
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