Error while importing db
-
I’m trying to install a local version of my site but when i try to import my db to phpmyadmin, i get this error.
Please help!!!
Error
SQL query:CREATE TABLE
wp_hidemysiteSecure
(
id
mediumint(12) NOT NULL AUTO_INCREMENT,
ip
text NOT NULL,
time
varchar(20) NOT NULL,
repeated_fails
varchar(20) NOT NULL,
UNIQUE KEYid
(id
)
) ENGINE=Aria AUTO_INCREMENT=251 DEFAULT CHARSET=latin1 PAGE_CHECKSUM=1;
MySQL said: Documentation#1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘PAGE_CHECKSUM=1’ at line 7
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Error while importing db’ is closed to new replies.