Az alábbi termékek vannak ebben a kategóriában
Megmutat: 
1053 - Server shutdown in progress

select p.products_image, p.products_model, p.products_quantity, pd.products_name, p.products_id, p.manufacturers_id, p.products_price, p.products_tax_class_id, p.products_sort_order, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price from products p left join specials_retail_prices s on p.products_id = s.products_id left join products_to_categories p2c on p.products_id = p2c.products_id left join categories c using(categories_id), products_description pd, manufacturers m where p.products_status = '1' and pd.products_id = p.products_id and pd.language_id = '4' and p.manufacturers_id = m.manufacturers_id and m.manufacturers_id = '40' and find_in_set('0', products_hide_from_groups) = 0 and find_in_set('0', c.categories_hide_from_groups) = 0 order by p.products_sort_order asc limit 0, 50

[TEP STOP]

2006 - MySQL server has gone away

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

[TEP STOP]