2006 - MySQL server has gone away

select p.products_id, products_image, products_tax_class_id, products_price from products p left join products_to_categories using(products_id) left join categories using(categories_id) where products_status = '1' and find_in_set('0', products_hide_from_groups) = 0 and find_in_set('0', categories_hide_from_groups) = 0 and products_date_available<>0 order by products_date_available desc limit 10

[TEP STOP]

2006 - MySQL server has gone away

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

[TEP STOP]