SQL Installation Problems #1050
-
When I try to import my database I get this error.
Whenever I try to upload my exported database to the server I get this error message…SQL query:
—
— Database:test
—
— ——————————————————–
—
— Table structure for tablewp_commentmeta
—
CREATE TABLEwp_commentmeta(
meta_idBIGINT( 20 ) UNSIGNED NOT NULL AUTO_INCREMENT ,
comment_idBIGINT( 20 ) UNSIGNED NOT NULL DEFAULT ‘0’,
meta_keyVARCHAR( 255 ) DEFAULT NULL ,
meta_valueLONGTEXT,
PRIMARY KEY (meta_id) ,
KEYcomment_id(comment_id) ,
KEYmeta_key(meta_key)
) ENGINE = INNODB DEFAULT CHARSET = utf8 AUTO_INCREMENT =1;
MySQL said:
#1050 – Table ‘wp_commentmeta’ already existsI am still very new to wordpress… I’ve wiped and rewiped the server multiple times to try different orders on installing…I’m on bluehost and feel like i’m very close but still just a few things holding me back…
The topic ‘SQL Installation Problems #1050’ is closed to new replies.