CREATE TABLE `gastbok` (
`id` int(9) NOT NULL auto_increment,
`usermail` varchar(255) NOT NULL,
`rubrik` varchar(255) NOT NULL,
`content` text NOT NULL,
`tid` varchar(8) NOT NULL,
`ip` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT ;
Ser inget fel men mysql vägrar sätta in detta...
Får upp följande felmeddelande..
MySQL sa:
#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 '' at line 9
Vad är de som är fel? Den följer manualen ju!!?!