标签: mysql utf-8 collation case-sensitive
我希望在我的一个专栏中包含波斯语和英语字母,
所以我将整理设置为utf8mb4_unicode_ci。
utf8mb4_unicode_ci
但它不区分大小写......我如何使用区分大小写?
(例如Wordpress使用utf8mb4_unicode_ci,但仍然区分大小写)