2013 - Lost connection to server during query

select b.banners_id, b.expires_date, b.expires_impressions, sum(bh.banners_shown) as banners_shown from banners b, banners_history bh where b.status = '1' and b.banners_id = bh.banners_id group by b.banners_id

[TEP STOP]

2006 - Server has gone away

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

[TEP STOP]