Cyask! info: MySQL Query Error
Time: 2025-11-28 4:25am
Script:
SQL: select * from(select a.id,a.updatetime,a.paytime1,a.paytime2,a.uname1,a.usefor1,a.uname2,a.usefor2,a.ht, a.cid,a.sort, b.id as comid,b.cname,b.comlogo,b.ctype,b.province,b.city,b.aidcopy,b.devicetypecopy,b.cardtype,b.selltype,b.servicescan,b.isout,b.cgrade,c.name from hzty.gb_recruitment as a ,hzty.gb_company as b,hzty.gb_district as c where a.status = 1 and ( a.rtype = 0 or a.rtype = 3 ) and a.cid = b.id and b.province = c.id having 1 order by a.updatetime desc)as d group by d.cid order by d.sort asc,d.updatetime desc,d.id desc limit 0,8
Error: MySQL server has gone away
Errno.: 2006