Importing SQL database Error related to "table structure" for wp_commentmeta
-
I am moving a website I built to a different server. Before migrating, I backed up the site and I downloaded the SQL database. I did a Find and Replace using Brackets to reroute the urls. Using MyPHPAdmin on the host server I created a new database, and I am attempting to import the modified SQL. However, I get an error message:
Database ‘database name’
Table Structure for table ‘wp-commentmeta’
CREATE TABLE IF NOT EXISTS ‘wp_commentmeta’ (
‘meta_id’ BIGINT(20) UNSIGNED NOTNULL.
‘commment_id’BIGINT (20) UNSIGNED NOT NULL DEFAULT ‘0’
‘meta_key’ VARCHAR (255)COLLATEutf8mb4_unicode-ci DEFAULT NULL
‘meta_value’ LONGTEXT COLLATE utf8mb4_unicode_ci
) ENGINE=INNDOB DEFAULT CHARSET utfmb4 COLLATE=utf8mb4_unicode_ci;MySQL said: ?
#1273 Unknown collation: ‘utf8mb4_unicode_ci’I am not coder, and I do not know what this means. Can anyone help me out? Thank you!
- The topic ‘Importing SQL database Error related to "table structure" for wp_commentmeta’ is closed to new replies.