2013 - Lost connection to MySQL server during query
select p.products_model from products p left join products_to_categories p2c using(products_id) left join categories c using(categories_id) where p.products_id = '0' and find_in_set('0', products_hide_from_groups) = 0 and find_in_set('0', categories_hide_from_groups) = 0
[TEP STOP]
2006 - MySQL server has gone away
select count(*) as total from sessions where sesskey = 'mik1kpq8n63m8lo2ui2alrb245'
[TEP STOP]