mySQL error with query SELECT i.inumber as itemid, i.ititle as title, i.ibody as
body, m.mname as author, m.mrealname as authorname, UNIX_TIMESTAMP(i.itime)
as timestamp, i.itime, i.imore as more, m.mnumber as authorid, c.cname as category, i.icat as catid, i.iclosed as closed FROM nucleus_item as i, nucleus_member
as m, nucleus_category as c WHERE i.iauthor=m.mnumber and i.icat=c.catid and i.iblog=1 and i.itime<='2025-01-12 23:21:16' and ( i.icat=3 or i.inumber IN (0) ) and i.idraft=0 ORDER BY i.itime DESC LIMIT 8,4: MySQL server has gone away