2006 - MySQL server has gone away

select m.manufacturers_id,m.manufacturers_name,e.description,e.ecode from products p, equip e, manufacturers m where p.site = 'C' && p.is_equip = 1 && p.products_status = 1 && p.manufacturers_id = m.manufacturers_id && e.ecode = p.ecode group by p.ecode, p.manufacturers_id order by manufacturers_name, e.description

[TEP STOP]

2006 - MySQL server has gone away

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

[TEP STOP]