User 'fishbonelive' has exceeded the 'max_questions' resource (current value: 40000)select shows.* from shows join show_venue on shows.idvenue=show_venue.id where 1 and shows.date < curdate() and shows.status <>'cancelled' order by shows.date DESC limit 3000,50