Failed to execute the SQL query
select UNIX_TIMESTAMP( ifnull(i.pubdate, i.added)) as ts_, year( ifnull(i.pubdate, i.added)) as y_, month( ifnull(i.pubdate, i.added)) as m_, dayofmonth( ifnull(i.pubdate, i.added)) as d_, count(*) as cnt_ from item i where UNIX_TIMESTAMP(ifnull(i.pubdate, i.added)) < 1215215999 and cid=11 and not(i.unread & 4) group by y_,m_,d_ order by ts_ desc limit 4
Error 1226: User 'vsenovice1' has exceeded the 'max_questions' resource (current value: 100000)