Seite 1 von 1

Umstellung von MyISAM auf Innodb

Verfasst: 28.09.2012 10:18
von scorpswolle
Hallo,

ich habe meine Tabellen alle von MyISAM auf InnoDB mit phpMyAdmin 3.5.2.2 umgestellt.
Das hat funktioniert bis auf die Tabelle phpbb_topics, dort erscheint folgende Fehlermeldung:

Code: Alles auswählen

Fehler

SQL-Befehl: Bearbeiten Bearbeiten

ALTER TABLE `phpbb_topics` ENGINE = InnoDB

MySQL meldet: Dokumentation
#1214 - The used table type doesn't support FULLTEXT indexes 
Ich verwende die aktuelle Forumversion 3.0.11
MySQL-Version: 5.5.27
PHP-Version 5.4.7

Forum URL: http://www.the-scorpions.com/phpbb3

Bin für jede Hilfe dankbar!