[wp-trac] [WordPress Trac] #38036: Add support for the utf8mb4_0900_ai_ci collation
WordPress Trac
noreply at wordpress.org
Thu Mar 8 17:19:49 UTC 2018
#38036: Add support for the utf8mb4_0900_ai_ci collation
-------------------------+-----------------------------
Reporter: pento | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Future Release
Component: Database | Version:
Severity: normal | Resolution:
Keywords: | Focuses:
-------------------------+-----------------------------
Comment (by sierkb):
Any progress in this issue?
If using MySQL 8.0, would an explicit
define('DB_CHARSET', 'utf8mb4');
define('DB_COLLATE', 'utf8mb4_0900_ai_ci');
in wp-config.php be usefull right now?
If using MySQL 5.7.x, what should be used instead?
What are the defaults in WordPress as of today?
define('DB_CHARSET', 'utf8'); ?
define('DB_COLLATE', 'utf8mb4_unicode_ci'); ?
--
Ticket URL: <https://core.trac.wordpress.org/ticket/38036#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list