Tim,

Tuesday, February 19, 2002, 9:57:07 PM, you wrote:

TW> Hopefully someone out there can help me as I haven't been able to find any 
TW> documentation on this that applies.

TW> I am running MySQL version 3.22.32 on a FreeBSD v4.4 machine. I am getting 
TW> "Error 2013: Lost connection to MySQL server during query" when I run the 
TW> following query:

TW> select distinct Product.MFG_ID,
TW>                 MFG.Name
TW>         from    Product,
TW>                 Cat_link,
TW>                 MFG
TW>         where   MFG.ID=Product.MFG_ID
TW>         and     Product.ID=Cat_link.PROD_ID
TW>         and     Cat_link.CAT_ID="3"
TW>         and     Product.Status="A"
TW>         order by MFG.Name;
TW> Does anyone have any ideas? Thanks!

"Connection lost" error occurs when communication bug or bug in the
client take place.

Look at:
     http://www.mysql.com/doc/G/o/Gone_away.html
     http://www.mysql.com/doc/P/a/Packet_too_large.html
     

TW> TW





-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   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