Attempted to import SQL file into phpmyadmin and this happenend... I am complete newb
SQL query:
--
-- Dumping data for table `fe`
INSERT INTO `fe` ( `ID` , `userID` , `type` , `ip` , `note` )
VALUES ( 31, 114, 'e', '75.**.***.92', 'test' ) , --
Table structure for table gateway
CREATE TABLE IF NOT EXISTS `gateway` (
`email` VARCHAR( 1024 ) NOT NULL ) ENGINE = MYISAM DEFAULT CHARSET =
latin1;
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 'CREATE TABLE IF NOT EXISTS gateway ( email varchar(1024)
NOT NULL ) ENGINE' at line 7
;, not a,to separate queries.