I need help restoring my wordpress database.
-
I need help restoring my wordpress database using Myphp.
My host reinstalled wordrpress 3.2.1, but I think that my blog which I am trying to restore was probably using an older version. I mention it incase it’s important.When I go to Myphp and import my backup, I receive this error:
Error
SQL query:CREATE TABLE
wp_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 = MYISAM AUTO_INCREMENT =50960 DEFAULT CHARSET = utf8;MySQL said:
#1046 – No database selected
What am I doing wrong or what do I need to do differently?
Thanks so much!
The topic ‘I need help restoring my wordpress database.’ is closed to new replies.