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_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:
#1046 - No database selected
What am I doing wrong or what do I need to do differently?
Thanks so much!