Database restoration
-
what to do in this error getting restoring time to new server
An error occurred while restoring the database. The error message can be found below. Click on the × button at the top right of this dialog message to close it and return to the database restoration page.
Database error processing line 11
Database server error reply:ErrNo #0
SQL=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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
Raw query text:CREATE TABLE
#__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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
- The topic ‘Database restoration’ is closed to new replies.