1053 - Server shutdown in progress

select distinct p.products_id, pd.products_name from products p JOIN vehicles v ON p.vehicles_id = v.vehicles_id, products_description pd where p.products_status = '1' and p.is_bestsellers_product = 1 and p.products_id = pd.products_id and pd.language_id = '1' and v.available_for in (1,2) 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 = 'f40c39c6382382c5e26fe6a18a83e548'

[TEP STOP]