Browsing all articles tagged with Mysql unique keys and collations – Ivan Villareal

Mysql unique keys and collations

I’m working on an application that stores unique values on a field, so I used the unique index for this column, everything was ok, until I’ve started inserting multi byte characters in it. [...]