MySQL Query : SELECT * FROM ne_buses AS a,ne_buses_data AS b where a.id =b.id AND a.catid in (29,30,31,66) AND a.status=99 AND b.state='在产' and a.ptype like '%客运%' and a.lengthregion = '10-11米' and a.seatregion like '%40-50座%' and a.energy = '纯电动'and a.brand_id='4201' ORDER BY a.id desc LIMIT 0,20
MySQL Error : Server shutdown in progress
MySQL Errno : 1053
Message : Server shutdown in progress
Need Help?