Hello,
I need to export my local database on “Local by Flywheel” to my server. I click on “Export” on "Adminer which generates a zip file.
However, when I try to import it to my database on the live server , I get the following error message
Requête SQL :
CREATE TABLE wp_commentmeta (
_ meta_id bigint(20) unsigned NOT NULL AUTO_INCREMENT,_
_ comment_id bigint(20) unsigned NOT NULL DEFAULT ‘0’,_
_ meta_key varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,_
_ meta_value longtext COLLATE utf8mb4_unicode_520_ci,_
_ PRIMARY KEY (meta_id),_
_ KEY comment_id (comment_id),_
_ KEY meta_key (meta_key(191))_
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci
MySQL a répondu : Documentation
#1273 - Unknown collation: ‘utf8mb4_unicode_520_ci’
I am stuck and don’t know how to solve this issue.
Is it because my server has an SQL version 5.5 and Flywheel has a SQL version 5.6.37?
Thanks in advance for your help,
Manal