Forum Moderators: coopster
I don't understand collation very well, but it sounds like this can cause problems. To correct this, can we simply change the collation on the tables in PhpMyAdmin, or do we need to create new tables and reimport the data?
You should just be able to run:
ALTER TABLE <table_name> CONVERT TO CHARACTER SET <charset_name>; on the affected tables.