MySQL server has gone away
SELECT
`name_ru`,
`meta_title_ru` AS name, slug,
(SELECT MIN(Price) FROM SC_products WHERE categoryID ='2828' and Price > 0 and enabled = 1) as Price,
noindex
FROM SC_categories
WHERE categoryID<>0 and categoryID<>1 and categoryID='2828'