SQL Error wp_commentmeta – incorrect table definition
I am not sure where you got that export code but I don’t see the PRIMARY KEY defined as it should be. Take a look at the code from Core that creates the table: 87 CREATE TABLE $wpdb->commentmeta ( 88 meta_id bigint(20) unsigned NOT NULL auto_increment, 89 comment_id bigint(20) unsigned NOT NULL default ‘0’, 90 … Read more