2006 - MySQL server has gone away

select count(*) as total , pd.products_name , p.products_price from products p, products_description pd where (p.products_status = '1' or p.products_status = '2') and p.products_id = '34623' and pd.products_id = p.products_id and pd.language_id = '6' group by p.products_id

[TEP STOP]