webrain / grunt-wordpress-deploy

A Grunt plugin to quickly deploy Wordpress websites.
MIT License
104 stars 37 forks source link

utf8mb4_unicode_ci #39

Closed manolof closed 9 years ago

manolof commented 9 years ago

With the WordPress 4.2, the new table collation is utf8mb4_unicode_ci. However that generates an error using grunt-wordpress-deploy:

ERROR 1273 (HY000) at line 25: Unknown collation: 'utf8mb4_unicode_ci'

manolof commented 9 years ago

I realise that I need MySQL 5.5.3 or higher to support the utf8mb4_unicode_ci collation.