Vedi se ti va bene

codice:
select * from tabella
where date_format(data_nascita,'%m-%d') >= date_format(curdate(),'%m-%d') 
order by date_format(data_nascita,'%m-%d')