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

select count(*) as total from products p, products_description pd where (p.products_status = '1' or (p.products_status='0' and p.products_bundle_status='1')) and p.products_id = '0' and pd.products_id = p.products_id and pd.language_id = '2'

[TEP STOP]