QUERY: SELECT distinct p.products_id, p.products_model, p.label_ids, p.main_category, p.products_ean, p.products_fsk18, p.products_quantity, p.products_quantity_min, p.products_price, p.products_tax_class_id, p.products_image, p.products_vpe, p.products_vpe_status, p.products_vpe_value, p.products_currency, p.products_page_url, p.video, p.show_video, pd.products_short_description, p.bonus_add, p.rev_total, p.rev_rating, pd.products_name FROM products p, products_description pd, categories c, products_to_categories p2c where c.categories_status='1' and p.products_id=pd.products_id and p.products_id = p2c.products_id and c.categories_id = p2c.categories_id and p.products_quantity > '0' and p.products_status = '1' and pd.language_id = '1' group by p.products_id order by p.products_id DESC limit 15
ERROR: MySQL server has gone away