Vien Huynhle writes:
 > I am getting this error in my log files from mysql
 >  
 > (Got timeout reading communication packets)
 >  
 > I'm starting safemysql with the variables
 >  
 > -O key_buffer=16M -O sort_buffer=1M -O back_log=200 &
<cut>

Hi Vien,

Please increase the 'net_write_timeout' and 'net_read_timeout'
-variables for mysqld. Make sure that your wait_timeout is big enough
for your clients. If they've been idle for longer than that, mysqld
will close the connection. Please make sure also that the (TCP/IP ?) 
connection between the server and the clients is OK, you may have an
ethernet problem.

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