SQL Syntax error
-
When I import database.sql, I get the following error. I checked the entire internet with NO straightforward solution. Please do not answer assuming me an expert. Please answer in detail. Thank you
Error
SQL query:CREATE TABLE
wp_commentmeta(
meta_idbigint(20) UNSIGNED NOT NULL,
comment_idbigint(20) UNSIGNED NOT NULL DEFAULT ‘0’,
meta_keyvarchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
meta_valuelongtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
MySQL said: Documentation#1050 – Table ‘wp_commentmeta’ already exists
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘SQL Syntax error’ is closed to new replies.