Sorry, no. That is not the problem. I need to change the enum type itself with something like:
alter table myTable change myColumn enum('Blue','Red') newColumn enum('cold','varm');
Where Blue changes to cold and red to varm. both in the table definition and in the table rows.