Posted inServer Management
WordPress MYSQL import fails with Unknown collation: ‘ utf8mb4_unicode_ci’
With the recent update, Wordpress changed their encoding standard from utf8 to utf8mb4, which is only supported starting with MYSQL server version 5.5.3 released in 2010. If you are running…