Apparent error in my backup database files
-
I am sure I am doing something stupid but when I try to use Phpmyadmin to restore my database files saved to Dropbox I get an error message.
I have deleted all the tables in the new database and also created a completely new database to no avail. I have a very limited amount of tech knowledge and would appreciate any help you can give. A great program all the same.
This is the error message I get
Error
SQL query:—
— Create and use the backed up database
—
—
— Table structure for tableTruewp_users
—
CREATE TABLEtruewp_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 =5 DEFAULT CHARSET = utf8;MySQL said:
#1050 – Table ‘truewp_users’ already exists
http://ww.wp.xz.cn/extend/plugins/wordpress-backup-to-dropbox/
The topic ‘Apparent error in my backup database files’ is closed to new replies.