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_id
bigint( 20 ) NOT NULL AUTO_INCREMENT ,
computer_id
varchar( 20 ) default NULL ,
attempt_date
int( 10 ) default NULL ,
qstring
varchar( 255 ) default NULL ,
referrer
varchar( 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.