voila je tente deseperément d importer ma sql free vers 1&1 mais c est la misere, erreur sur erreur...
j'ai bien trouvé cette page http://forums.phpbb-fr.com/viewtopic_143177.html mais pour moi ca ne marche pas.
une idée ? voici l erreur :
requête SQL:
CREATE TABLE IF NOT EXISTS `phpbb3_acl_arcade_options` (
`auth_option_id` mediumint( 8 ) unsigned NOT NULL AUTO_INCREMENT ,
`auth_option` varchar( 50 ) COLLATE utf8_bin NOT NULL default '',
`is_global` tinyint( 1 ) unsigned NOT NULL default '0',
`is_local` tinyint( 1 ) unsigned NOT NULL default '0',
`founder_only` tinyint( 1 ) unsigned NOT NULL default '0',
PRIMARY KEY ( `auth_option_id` ) ,
KEY `auth_option` ( `auth_option` )
) ENGINE = MYISAM DEFAULT CHARSET = utf8 COLLATE = utf8_bin AUTO_INCREMENT =11
MySQL a répondu:Documentation
#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 utf8_bin NOT NULL default '',
`is_global` tinyint(1)






