02.05.2011, 12:30
ich habe mir das mybb installiert die alles das gemacht das gemacht werden mußte aber es klappt nicht
dieser fehler ist aufgetreten kann mir da einer helfen ?
Tabellenerstellung
Datenbank-Engine: MySQLi 5.5.11
Im Folgenden werden die Datenbanktabellen erstellt.
Erstelle Tabelle mybb_forumadminlog...
MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
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 'TYPE=MyISAM CHARACTER SET utf8 COLLATE utf8_general_ci' at line 9
Query:
CREATE TABLE mybb_forumadminlog ( uid int unsigned NOT NULL default '0', ipaddress varchar(50) NOT NULL default '', dateline bigint(30) NOT NULL default '0', module varchar(50) NOT NULL default '', action varchar(50) NOT NULL default '', data text NOT NULL, KEY module (module, action) ) TYPE=MyISAM CHARACTER SET utf8 COLLATE utf8_general_ci;
dieser fehler ist aufgetreten kann mir da einer helfen ?
Tabellenerstellung
Datenbank-Engine: MySQLi 5.5.11
Im Folgenden werden die Datenbanktabellen erstellt.
Erstelle Tabelle mybb_forumadminlog...
MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
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 'TYPE=MyISAM CHARACTER SET utf8 COLLATE utf8_general_ci' at line 9
Query:
CREATE TABLE mybb_forumadminlog ( uid int unsigned NOT NULL default '0', ipaddress varchar(50) NOT NULL default '', dateline bigint(30) NOT NULL default '0', module varchar(50) NOT NULL default '', action varchar(50) NOT NULL default '', data text NOT NULL, KEY module (module, action) ) TYPE=MyISAM CHARACTER SET utf8 COLLATE utf8_general_ci;