23 - Out of resources when opening file './dc_shop/products.MYD' (Errcode: 24 - Too many open files)

select distinct p.products_id, pd.products_name from products p, products_description pd, products_to_stores p2s where p.products_status = '1' and p.products_ordered > 0 and p.products_id = pd.products_id and p.products_id = p2s.products_id and p2s.stores_id = '61' and pd.language_id = '2' order by p.products_ordered desc, pd.products_name limit 10

[TEP STOP]