phpMyAdmin: How to Convert utf8_general_ci Database to utf8mb4_unicode_ci
Starting with version 4.2 WordPress has changed the database character set from utf8_general_ci to utf8mb4_unicode_ci (which was necessary, for example, for full emoji support) if a few requirements have been met. In this article I will teach you how to manually make the switch from utf8_general_ci to utf8mb4_unicode_ci using phpMyAdmin if you did not meet … Read more about phpMyAdmin: How to Convert utf8_general_ci Database to utf8mb4_unicode_ci