You may need to alter your tables so they are using the same collation
alter table <some_table> convert to character set utf8 collate <some_character_set>;
You may need to alter your tables so they are using the same collation
alter table <some_table> convert to character set utf8 collate <some_character_set>;