Ich hatte mir seid kurzem eine Homepage bestellt auf made-E.com für meinen Clan. Daraufhin habe ich DCZP Installiert und nach der Installtion kam eine Fehlermeldung:
Bin noch echt neu in sowas. So wie ich es vermute liegt das an der Mysql. Muss man eine neue Version draufladen? Und dann steht ja noch eine Querry. Ich weiß nicht mehr weiter...
PHP Code:
MySQL-Query failed:
ErrorNo = 1064
Error = 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 'TYPE=MyISAM' at line 11
Query = CREATE TABLE awards ( `id` int(5) NOT NULL auto_increment, `squad` int(10) NOT NULL, `date` varchar(20) NOT NULL default '', `postdate` varchar(20) NOT NULL default '', `event`varchar(50) NOT NULL default '', `place` varchar(5) NOT NULL default '', `prize` text NOT NULL, `url` text NOT NULL, PRIMARY KEY (`id`) ) TYPE=MyISAM