Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
utf8_binの代わりに使用してくださいutf8_general_ci。
utf8_bin
utf8_general_ci
を使用utf8_general_ciすると、類似した文字(およびのようなi)ïは、比較およびソートで同じ文字として扱われます。比較でも大文字と小文字は区別されません(したがって、_ci)。つまり、iとIも同じように扱われます。
i
ï
_ci
I
他の照合は、utf8_unicode_ciより良いソートを行いますが、それでも比較に「失敗」します。
utf8_unicode_ci