Error restoring from WPB2Dropbox backup
-
Hello, we use WP Backup to Dropbox to backup our website. I am trying to upload the backup_core sql file to PHP myadmin but I get the following error message.
SQL query:
—
— Table structure for tablewp_6dye9t_users
—
CREATE TABLEwp_6dye9t_users(IDBIGINT( 20 ) UNSIGNED NOT NULL AUTO_INCREMENT ,
user_loginVARCHAR( 60 ) NOT NULL DEFAULT ”,
user_passVARCHAR( 64 ) NOT NULL DEFAULT ”,
user_nicenameVARCHAR( 50 ) NOT NULL DEFAULT ”,
user_emailVARCHAR( 100 ) NOT NULL DEFAULT ”,
user_urlVARCHAR( 100 ) NOT NULL DEFAULT ”,
user_registeredDATETIME NOT NULL DEFAULT ‘0000-00-00 00:00:00’,
user_activation_keyVARCHAR( 60 ) NOT NULL DEFAULT ”,
user_statusINT( 11 ) NOT NULL DEFAULT ‘0’,
display_nameVARCHAR( 250 ) NOT NULL DEFAULT ”,
PRIMARY KEY (ID) ,
KEYuser_login_key(user_login) ,
KEYuser_nicename(user_nicename)
) ENGINE = MYISAM AUTO_INCREMENT =16 DEFAULT CHARSET = utf8;MySQL said:
#1050 – Table ‘wp_6dye9t_users’ already exists
Is there an easy way for me to fix this so I can restore the website? The restoring your database page suggesting posting here if I get an error.
Thanks in advance!
The topic ‘Error restoring from WPB2Dropbox backup’ is closed to new replies.