Restoring Problem
-
My web host moved my server so I’m in the process of reinstalling my blog. I’ve uploaded the newest WP version and my theme without problem. However, in attempting to restore my database I got the following error.
SQL query:
— phpMyAdmin SQL Dump
— version 2.6.3-pl1
— https://www.phpmyadmin.net
—
— Host: localhost
— Generation Time: Nov 03, 2005 at 07:01 PM
— Server version: 4.0.26
— PHP Version: 4.3.11
—
— Database:visitor_wordpress
—
— ——————————————————–
—
— Table structure for tableblacklist
—
CREATE TABLEblacklist
(id
int( 11 ) NOT NULL AUTO_INCREMENT ,
regex
varchar( 200 ) NOT NULL default ”,
regex_type
enum( ‘ip’, ‘url’, ‘rbl’, ‘option’, ‘auto-url’, ‘auto-ip’, ‘regex-url’, ‘regex-ip’ ) NOT NULL default ‘url’,
PRIMARY KEY (id
) ,
KEYid
(id
) ,
FULLTEXT KEYregex
(regex
)
) TYPE = MYISAM AUTO_INCREMENT =2239
MySQL said:#1050 – Table ‘blacklist’ already exists
Any ideas? Thanks.
- The topic ‘Restoring Problem’ is closed to new replies.