evolution / wordpress

Rapidly create, develop, & deploy WordPress across multiple environments.
MIT License
200 stars 18 forks source link

MySQL error importing non-evolution WP site #163

Closed jalevin closed 7 years ago

jalevin commented 7 years ago

When importing a non-evolution wordpres 5.7.4 site I get an error from bower / mysql:

mysql stderr: ERROR 1273 (HY000) at line 4078: Unknown collation: 'utf8mb4_unicode_520_ci'

More on this here and here. The new collation supports an extended utf8 character set that now includes common emojis.

MySQL 5.5 doesn't support this type of collation, however MySQL 5.6 does.

jalevin commented 7 years ago

PR https://github.com/evolution/wordpress/pull/164

EvanK commented 7 years ago

Resolved in #164 and released as v1.6.1