Es kommt dann ein nächster Fehler das ist doch zum kotzen das die SQL Datenbanken nicht abwärtskompatibel sind.
Code: Alles auswählen
Error at the line 40: LOCK TABLES `phpbb_attach_quota` WRITE;
Query: LOCK TABLES `phpbb_attach_quota` WRITE;
Jetzt habe ich die LOCK TABLES mal alle rausgworfen und es hängt jetzt hier
Code: Alles auswählen
Error at the line 1348: ) ENGINE=MyISAM;
Query: CREATE TABLE `phpbb_search_wordlist` ( `word_text` varchar(50) character set latin1 collate latin1_bin NOT NULL default '', `word_id` mediumint(8) unsigned NOT NULL auto_increment, `word_common` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`word_text`), KEY `word_id` (`word_id`) ) ENGINE=MyISAM;
MySQL: 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 'collate latin1_bin NOT NULL default '', `word_id` mediumint(8
Stopped on error
Gruß
DIetmar