- Migrating MySQL latin1 to utf8 – In House Version
- Migrating MySQL latin1 to utf8 – The process
- Migrating MySQL latin1 to utf8 – Character Set Options
- Migrating MySQL latin1 to utf8 – Preparation
Before undertaking such migration the first step is a lesson in understanding more about how latin1 and utf8 work and interact in MySQL. latin1 in a common and historical character set used in MySQL. utf8 first available in MySQL Version 4.1 is an encoding supporting multiple bytes and is the system default in MySQL 5.0
One Reply to “Migrating MySQL latin1 to utf8 – Preparation”