Hallo allerseits, da im aktuellen 1.12 die CPG installation nicht funktioniert, habe ich in einer neuen Installation Tabellen cgg Tabellen aus einer anderen Installation kopiert, hatte letztes mal auch funktioniert, nun aber meckert der Mysql server:
Tabellenstruktur für Tabelle
`mctest_cpg1428_mark_watermark` --
CREATE TABLE IF NOT EXISTS `mctest_cpg1428_mark_watermark` (
`pid` INT( 11 ) NOT NULL ,
`watermarked` TINYINT( 4 ) NOT NULL ,
PRIMARY KEY ( `pid` )
) ENGINE = MYISAM DEFAULT CHARSET = latin1;
MySQL meldet:
#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 '`mctest_cpg1428_mark_watermark`
--
CREATE TABLE IF NOT EXISTS `mctest_cpg1428_m' at line 6
Was bitte stimmt hier nicht, es muss doch heissen ENGINE?
gruss
fleischi