MySQL server has gone away
select id,classid,(concat(title,infotext) like '%20204834 48342136 21362541 25413817%') as match110,(MATCH(title,infotext) AGAINST('20204834 48342136 21362541 25413817')) as match0 from ***_enewssearchall where MATCH(title,infotext) AGAINST('20204834 48342136 21362541 25413817' IN BOOLEAN MODE) order by match110 desc, match0 desc limit 0,15