Hi Jan!
Thanks so much for your reply. I went ahead and double checked that I had selected a database and then got this error message:
SQL query:
CREATE TABLE wp_commentmeta (
meta_id BIGINT( 20 ) UNSIGNED NOT NULL AUTO_INCREMENT ,
comment_id BIGINT( 20 ) UNSIGNED NOT NULL DEFAULT ‘0’,
meta_key VARCHAR( 255 ) DEFAULT NULL ,
meta_value LONGTEXT,
PRIMARY KEY ( meta_id ) ,
KEY comment_id ( comment_id ) ,
KEY meta_key ( meta_key )
) ENGINE = MYISAM AUTO_INCREMENT =50960 DEFAULT CHARSET = utf8;
MySQL said:
#1050 – Table ‘wp_commentmeta’ already exists
Is this because my host did a fresh install of wordpress? Should I delete that so my database is empty and then restore using my backup?
Thanks!