2006 - MySQL server has gone away

select * from manufacturers m, products p, equip e where m.manufacturers_id = p.manufacturers_id && e.ecode = p.ecode && p.products_status = 1 && p.ecode in (7501) && (p.discontinued is null || p.replaced_with = "") && p.site = 'L' && p.capacity = '5000' order by e.ecode asc, m.manufacturers_name asc, p.capacity asc

[TEP STOP]

2006 - MySQL server has gone away

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

[TEP STOP]