Fehlermeldung: 1090 besagt:
Das wollen wir aber nicht.Error: 1090 SQLSTATE: 42000 (ER_CANT_REMOVE_ALL_FIELDS)
Message: You can't delete all columns with ALTER TABLE; use DROP TABLE instead
Geb mal folgende SQL Befehle im phpMYAdmin ein ( SQL Fenster ):
Code: Alles auswählen
TRUNCATE TABLE `phpbb_search_wordlist` ;
TRUNCATE TABLE `phpbb_search_wordmatch` ;