I am getting an error when I try to restore to a new server.
36
Database server error reply:
ErrNo #1273 Unknown collation: 'utf8mb4_unicode_ci'
SQL=CREATE TABLE `kofc_admintools_acl` ( `user_id` bigint(20) unsigned NOT NULL, `permissions` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
Raw query text:
CREATE TABLE `#__admintools_acl` ( `user_id` bigint(20) unsigned NOT NULL, `permissions` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
Need to know what I need to do to fix it.
Thanks!
Description of my issue: