2006 - MySQL server has gone away

select pd.products_name,pd.products_id,p.products_price from products_description pd,specials s,products p,products_to_categories p2c where language_id='1' and (pd.products_id=s.products_id and s.products_id=p.products_id and s.products_id=p2c.products_id) and p2c.categories_type_id='3' and p.products_status=1 order by rand() desc limit 2

[TEP STOP]