Forum Moderators: open
The process errors out while trying to parse the very first table. It keeps saying:
#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 '"frmadmin_logs" (
"id" bigint(20) NOT NULL,
"act" varchar
The query is:
CREATE TABLE "frmadmin_logs"(
"id"bigint( 20 ) NOT NULL ,
"act"varchar( 255 ) default NULL ,
"code"varchar( 255 ) default NULL ,
"member_id"int( 10 ) default NULL ,
"ctime"int( 10 ) default NULL ,
"note"text,
"ip_address"varchar( 255 ) default NULL ,
PRIMARY KEY ( "id" )
) AUTO_INCREMENT =1136
I was able to import this into my original server but keep getting the error above on the new server.
Can anyone tell me why and how to fix this?
Thanks
ANSI_QUOTES).