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_id
bigint( 20 ) unsigned NOT NULL AUTO_INCREMENT ,
comment_id
bigint( 20 ) unsigned NOT NULL DEFAULT ‘0’,
meta_key
varchar( 255 ) COLLATE utf8mb4_unicode_ci DEFAULT NULL ,
meta_value
longtext 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’
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Please help! Migrating site’ is closed to new replies.