der datenbank
weils mit phpbb unter mysql 5.0 probs gibt soll laut 1und1 inkompitabel sein empfahl en die uns auf mysql 4.0 umzustellen was ich auch getan habe
hab vorher ein dump gemacht aber restore klappt nicht kommt folgende fehlermeldung
SQL-Befehl:
CREATE TABLE `phpbb_acronyms` (
`acronym_id` mediumint( 9 ) NOT NULL AUTO_INCREMENT ,
`acronym` varchar( 80 ) COLLATE latin1_german2_ci NOT NULL default '',
`description` varchar( 255 ) COLLATE latin1_german2_ci NOT NULL default '',
PRIMARY KEY ( `acronym_id` )
) ENGINE = MYISAM DEFAULT CHARSET = latin1 COLLATE = latin1_german2_ci
MySQL meldet: Dokumentation
#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 'collate latin1_german2_ci NOT NULL default '',
`description`
wer weiss rat?