Você deve usar MONTHNAME(date) - algo assim: select MONTHNAME(date),COUNT(*) from event where year(date)=2013 group by MONTH(date)