[Plugin: Online Backup for WordPress] MySql problem
-
Hi guys,
I’ve recently switched from one hosting company to another. I used WP online backup to backup all data from the old account. I’ve renamed everything on the new server as before so WP resides in the same folder with the username and password.I’ve uploaded the files from the old server into the folder on the new server but as I understand it I need to upload the database now. I’ve tried to import the database using MySqladmin but I will admit that I have zero experience of database end stuff.
I would greatly appreciate if somebody could talk me through how I go about getting the new site back up and running. I have tried for a few days myself, but have had no joy.
Here’s the last error I got in MySql:
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 =673DEFAULT CHARSET = latin1;MySQL said:
#1046 – No database selected
Any help would be hugely appreciated guys and gals.
Many thanks in advance.
The topic ‘[Plugin: Online Backup for WordPress] MySql problem’ is closed to new replies.