Answer the question
In order to leave comments, you need to log in
MySQL: Pitfalls of using utf8_bin COLLATE?
There was a need to build a unique index on a varchar field. An error occurred when adding such an index, because the field uses utf8_general_ci by default and is case insensitive. If you use utf8_bin, then everything is ok.
So what are the pitfalls of using utf8_bin COLLATE? Would it be faster to SELECT on such a field?
Thank you.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question