Time : 13:18:22 SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and customerNature in (8,14,15,16,17) group by description order by ds.id asc' at line 2 Raw SQL : select DATE_FORMAT(me.DATEOFEDITIONS,'%d %b %Y') as DATEOFEDITIONS,ds.type,ds.description,sum(ds.currentClosingBalance) as currentClosingBalance,sum(ds.addCopies) as addCopies,sum(ds.lessCopies) as lessCopies,sum(ds.balanceCopies) as balanceCopies,sum(ds.courierCopies) as courierCopies,sum(ds.govtCopies) as govtCopies,sum(ds.byHand) as byHandCopies,customerNature from dispatchstatement ds inner join magzineeditions me on me.MAGZINEEDITIONSID=ds.magzineeditions where ds.magzineeditions= and customerNature in (8,14,15,16,17) group by description order by ds.id asc Time : 12:27:21 SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 Raw SQL : select DATEOFEDITIONS from magzineeditions where MAGZINEEDITIONSID= Time : 02:35:50 SQLSTATE[08004] [1040] Too many connections Time : 02:34:48 SQLSTATE[HY000] [1040] Too many connections Time : 02:34:46 SQLSTATE[HY000] [1040] Too many connections Time : 02:34:44 SQLSTATE[HY000] [1040] Too many connections Time : 02:33:45 SQLSTATE[HY000]: General error: 2006 MySQL server has gone away Raw SQL : select NAME,COUNTRYSTATECITYID from countrystatecity where TYPE='City'