Wie soll ich diesen Error verstehen?
SQL
18:01:02] [MySQL] Error (0): Failed to exeute query. 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 '[IF NOT EXISTS] `reports` (`id` INT NOT NULL AUTO_INCREMENT ,`reporter` VARCHAR(' at line 1
SQL
-- --------------------------------------------------------
--
-- Tabellenstruktur für Tabelle `reports`
--
CREATE TABLE `reports` (
`id` INT NOT NULL AUTO_INCREMENT ,
`reporter` VARCHAR( 24 ) NOT NULL ,
`reported` VARCHAR( 24 ) NOT NULL ,
`reason` VARCHAR( 24 ) NOT NULL ,
`description` VARCHAR( 68 ) NOT NULL ,
`read` INT( 2 ) ,
`time` VARCHAR( 24 ) NOT NULL ,
PRIMARY KEY ( `id1` )
)
Alles anzeigen