Sprechen sie sql?
-
I recently reloaded my OS and everything WordPress.
I tried to Import the database into myphpAdmin and was assaulted wit the following:
CREATE TABLE IF NOT EXISTS
wp_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 AUTO_INCREMENT=1 ;Do I understand correctly that if I do what it says the site will work locally again?
To be clear all I get from this is that a table must be created having to do with “wp_commentmeta” nothing else. The thing is that the backed up database came from this exact site and now it can’t be imported back. This is a case for consternation …
I sure would appreciate anyone who could help me with this.
- The topic ‘Sprechen sie sql?’ is closed to new replies.