Please help! Migrating site
-
Hi
I am carefully following the steps to migrate my wordpress site, and I got this error when I try to import the sql in, please help!Error
SQL query:
#
# Table structure of tablewp_commentmeta
#
CREATE TABLEwp_commentmeta(
meta_idbigint( 20 ) unsigned NOT NULL AUTO_INCREMENT ,
comment_idbigint( 20 ) unsigned NOT NULL DEFAULT ‘0’,
meta_keyvarchar( 255 ) COLLATE utf8mb4_unicode_ci DEFAULT NULL ,
meta_valuelongtext COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (meta_id) ,
KEYcomment_id(comment_id) ,
KEYmeta_key(meta_key( 191 ) )
) ENGINE = InnoDB DEFAULT CHARSET = utf8mb4 COLLATE = utf8mb4_unicode_ci;MySQL said: Documentation
#1273 – Unknown collation: ‘utf8mb4_unicode_ci’
The topic ‘Please help! Migrating site’ is closed to new replies.