Dovresti usare MONTHNAME(date) - qualcosa del genere:
select MONTHNAME(date),COUNT(*) from event where year(date)=2013 group by MONTH(date)
Dovresti usare MONTHNAME(date) - qualcosa del genere:
select MONTHNAME(date),COUNT(*) from event where year(date)=2013 group by MONTH(date)