[wp-trac] [WordPress Trac] #37689: Issues with utf8mb4 collation and the 4.6 update

WordPress Trac noreply at wordpress.org
Wed Aug 17 10:42:46 UTC 2016


#37689: Issues with utf8mb4 collation and the 4.6 update
--------------------------+-----------------------------
 Reporter:  Hristo Sg     |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Database      |    Version:  4.6
 Severity:  normal        |   Keywords:
  Focuses:  performance   |
--------------------------+-----------------------------
 If you have a pre-4.6 WP install with charset configured in the wp-
 config.php file and set to utf8mb4:

 define('DB_CHARSET', 'utf8mb4');

 After the update, all site symbols including those in the options table
 are converted into incorrect characters.

 If you comment out the line:

 #define('DB_CHARSET', 'utf8mb4');

 The website starts showing characters correctly.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/37689>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list