2006 - MySQL server has gone away

select pd.products_name,pd.products_id,p.products_price,p2c.categories_id from products_description pd,products p,products_to_categories p2c where language_id='1' and (pd.products_id=p2c.products_id and pd.products_id=p.products_id and p2c.categories_id='488') and pd.products_id <>'52566' and p.products_status=1 and p.products_price <> 8888 order by pd.products_id desc limit 8

[TEP STOP]