MyBB.de Forum

Normale Version: SQL-Error bei Installation
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Hallo User,

ich habe gerade mit Hilfe von "XAMPP" meinen PC zu einem lokalen Server konfiguiert und wollte einfach als Test, ob alles funktioniert hat, MyBB installieren. Allerdings erhalte ich bei der Installation, sobald die Tabellen erstellt werden sollen, folgende Fehlermeldung:

Zitat: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_adminlog ( 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;

Was ist der Fehler an den MySQL-Einstellungen? Wär' nett wenn mir jemand weiterhelfen kann Wink

Gruß,
Sunny
Danke, es hat funktioniert Wink

Gruß,
Sunny