MySQL Month Name Extract

SELECT MONTHNAME(column_date,’%m’)) as monthname from tablename;
Matteoweb