MySQL database migration: latin1 to utf8 conversion
Until version 4.1, MySQL tables were encoded with the latin1 character set. By default, the character set is now utf8. This is a good thing in terms of non-latin character support, but if you’re upgrading from an older database you may run into a lot of character encoding problems. I’ve recently migrated several older databases […]