MySQL Query : SELECT DISTINCT a.seatregion FROM busescom_buses AS a, busescom_buses_data AS d where a.id= d.id and a.catid in (37,38,39,40,41,42,43,44,45) AND a.status=99 AND a.state!='停产' and a.brand_id='4222' and a.ptype like '%校车%' and a.lengthregion = '12-13米' and a.seatregion like '%10-20座%'
MySQL Error : Out of resources when opening file './buses2015/busescom_buses.MYD' (Errcode: 24 - Too many open files)
MySQL Errno : 23
Message : Out of resources when opening file './buses2015/busescom_buses.MYD' (Errcode: 24 - Too many open files)
Need Help?