errorAccess denied for user ''@'localhost' (using password: NO)select count(a.fldLeadUniqueId) as totalrows from tblUserMaster b, tblCategoryMaster d, tblLeadMaster a where (a.fldUserUniqeId=b.fldUserUniqueId) and a.fldCategoryId =d.fldCategoryId and d.fldCategoryActive='Y' and a.fldLeadStatus ='A' and a.fldLeadType='B' and a.fldLeadType='B' and (TO_DAYS(DATE_ADD(a.fldDateofSubmit,INTERVAL a.fldExpiryDays DAY))-TO_DAYS(CURRENT_DATE))>=0 and ( ( MATCH ( a.fldForSearch ) AGAINST ( 'Suits' ) or MATCH ( a.fldForSearch ) AGAINST ( 'Suit' ) ) ) and a.fldLeadActive='Y' and (b.fldMembership='IP' or b.fldMembership='IS' or (b.fldCountry='0' and b.fldCountryId<>'')) and b.fldMemberActive='Y' and b.fldMemberIdle='N'