I have a table that its default character set is latin1 but it contains the utf-8 values as rows. I have a enum column in this table that contains utf-8 as its items. While dumping by setting --default-character-set='latin1'
its data correctly converted and are readable but enum values in definition does not convert and they are not readable:
MySQL version: 5.1
OS: RHEL 6.3
I can't alter table, It's in progress.
Any solution?