2013 - Lost connection to MySQL server during query

SELECT products_name,pcd.categories_keyword,pcd.categories_name FROM products_description p left join products_to_categories pc on p.products_id =pc.products_id left join categories_description pcd on pc.categories_id = pcd.categories_id AND pcd.language_id = '4' where p.products_id='656' and p.language_id = '4'

[TEP STOP]

2006 - MySQL server has gone away

select count(*) as total from sessions where sesskey = 'uohtbhnrsvbkuhu8huvckgqth2'

[TEP STOP]