Default database collation should be utf8_unicode_ci
Default database collation should be utf8_unicode_ci
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
Re: Default database collation should be utf8_unicode_ci
it is the default setting of MariaDB. Keyhelp does not change anything here.
Florian Cheno
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Re: Default database collation should be utf8_unicode_ci
For reference:
Re: Default database collation should be utf8_unicode_ci
Then the DBA should use what he likes better, you can change it anytime. The defaults are not really important.
--
A Windows user reinstalls software every few weeks.
A Linux user reinstalls software every few weeks.
The difference is with Linux the version numbers change.
Re: Default database collation should be utf8_unicode_ci
You may want to ask the operating system vendors, why they set the default to utf8mb4_general_ci instead of utf8mb4_unicode_ci.
I had a look:
- Ubuntu 22 uses utf8mb4_general_ci
- Debian 12 uses utf8mb4_general_ci
Alexander Mahr
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************