Hi there,
Using Gravity Forms and Migrate DB Pro and when I try to migrate my Gravity Forms tables it fails due to the collation.
WordPress database error: [Unknown collation: ‘utf8mb4_unicode_520_ci’]
CREATE TABLE _mig_wpmtheme_rg_form
( id
mediumint(8) unsigned NOT NULL AUTO_INCREMENT, title
varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL, date_created
datetime NOT NULL, is_active
tinyint(1) NOT NULL DEFAULT ‘1’, is_trash
tinyint(1) NOT NULL DEFAULT ‘0’, PRIMARY KEY (id
) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci
Looking in Sequel Pro, I can see there is no option for utf8mb4_unicode_520_ci.
Any idea how I can make this work?
Cheers,
Tracey