Default database collation should be utf8_unicode_ci
Posted: Thu 26. Oct 2023, 11:19
The default collation for tables in phpMyAdmin is utf8mb4_general_ci but should be utf8mb4_unicode_ci. This setting might be server thing or a phpMyAdmin setting. I cannot remember it has been a while.
The 'Server connection collation' is already utf8mb4_unicode_ci utf8mb4_unicode_ci is a much more efficient search algorithm and the extra overheads are minimal. This is also the standard collation that WordPress now uses for its tables where it can.
I can probably figure out how to change this myself, but for new installs this should be set tot he new collation of utf8mb4_unicode_ci
shoulders
The 'Server connection collation' is already utf8mb4_unicode_ci utf8mb4_unicode_ci is a much more efficient search algorithm and the extra overheads are minimal. This is also the standard collation that WordPress now uses for its tables where it can.
I can probably figure out how to change this myself, but for new installs this should be set tot he new collation of utf8mb4_unicode_ci
shoulders