2013 Lost connection to MySQL server during query
in:
[select distinct p.products_id, p.products_image, p.products_tax_class_id, pd.products_name, p.products_date_added, p.products_price, p.products_type, p.master_categories_id,p2c.categories_id from (products p, products_description pd) inner join products_to_categories p2c on p2c.products_id = p.products_id where p.products_id = pd.products_id and pd.language_id = '1' and p.products_status = 1 ]