Closed manolof closed 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'
I realise that I need MySQL 5.5.3 or higher to support the utf8mb4_unicode_ci collation.
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'