1053 - Server shutdown in progress

select p.products_id, p.p_url,p.products_model,y.products_name, p.products_image, p.products_image_s, p.products_orig_price, p.products_price, p.products_sale_price, p.products_tax_class_id from products p, products_description y where p.products_id = y.products_id and products_parent_id = 0 and products_status = '1' and products_quantity > 0 and products_price>0 and products_viewed > 1000 order by rand() limit 1

[TEP STOP]