2013 - Lost connection to MySQL server during query
select distinct p.products_id, pd.products_name from products p, products_description pd left join products_to_categories p2c using(products_id) left join categories c using(categories_id) where p.products_status = '1' and p.products_ordered > 0 and p.products_id = pd.products_id and pd.language_id = '4' and find_in_set('0', products_hide_from_groups) = 0 and find_in_set('0', categories_hide_from_groups) = 0 order by p.products_ordered desc, pd.products_name limit 10
[TEP STOP]
2006 - MySQL server has gone away
select count(*) as total from sessions where sesskey = 'dunpc0t7h5b04obvimgmusg7i5'