Bug tracker
Installation problems (MySQL) (fix completed in vcs)
the first problem:
SQL : CREATE TABLE phpbb_search_wordlist ( word_id mediumint(8) UNSIGNED NOT NULL auto_increment, word_text text DEFAULT '' NOT NULL, word_common tinyint(1) UNSIGNED DEFAULT '0' NOT NULL, PRIMARY KEY (word_id), UNIQUE wrd_txt (word_text) )
BLOB column 'word_text' used in key specification without a key length
and after fixing this:
#1170 - BLOB column 'username' used in key specification without a key length