October 2008
MonTueWedThuFriSatSun
« Aug Nov »
 12345
6789101112
13141516171819
20212223242526
2728293031 

Day October 7, 2008

Locating potential duplicate before switching collation in MySQL

When you need to switch a fields collation you can check if any existing data will conflict with this change. For example a keyword-field might contain data that is considered unique in one collation but not in another. The Swedish character ä is considered a unique character in swedish collation but in general collation it…