reinstall database – getting error
-
I am trying to reinstall a backed up database using phpmyadmin, but I get the following error.
SQL query:
CREATE TABLE
wp_BWPS_d404(
attempt_idbigint( 20 ) NOT NULL AUTO_INCREMENT ,
computer_idvarchar( 20 ) default NULL ,
attempt_dateint( 10 ) default NULL ,
qstringvarchar( 255 ) default NULL ,
referrervarchar( 255 ) default NULL ,
PRIMARY KEY (attempt_id)
) ENGINE = MYISAM DEFAULT CHARSET = latin1;MySQL said: Documentation
#1050 – Table ‘wp_BWPS_d404’ already exists
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘reinstall database – getting error’ is closed to new replies.