1053 - Server shutdown in progress

select distinct p.products_id, p.products_image, p.products_tax_class_id, p.products_vpe, p.products_vpe_status, p.products_vpe_value, p.products_price, p.products_model from products p, products_to_categories p2c, categories c where c.categories_id = '22' and p.products_status=1 and p.products_id = p2c.products_id and p.products_id !='0' and c.categories_id = p2c.categories_id and c.categories_status=1 order by p.products_date_added desc limit 10

[XT SQL Error]