Beim importieren der Datenbank "Fehler #1064"
Verfasst: 28.02.2006 20:26
Hi Leute,
ich wollte gerade mit meinem Board den Server wechseln. Habe auch alles gemacht, wie es unter http://www.phpbb.de/doku/kb/artikel.php?artikel=umzug steht...
Doch beim einspielen der SQL-Datei über phpMyAdmin bekomme ich folgende Fehlermeldung:
Könnt ihr mir helfen?
Schonmal danke im vorraus...
ich wollte gerade mit meinem Board den Server wechseln. Habe auch alles gemacht, wie es unter http://www.phpbb.de/doku/kb/artikel.php?artikel=umzug steht...
Doch beim einspielen der SQL-Datei über phpMyAdmin bekomme ich folgende Fehlermeldung:
Code: Alles auswählen
Fehler
SQL-Befehl:
CREATE TABLE `phpbb_auth_access` (
`group_id` mediumint( 8 ) NOT NULL default '0',
`forum_id` smallint( 5 ) unsigned NOT NULL default '0',
`auth_view` tinyint( 1 ) NOT NULL default '0',
`auth_read` tinyint( 1 ) NOT NULL default '0',
`auth_post` tinyint( 1 ) NOT NULL default '0',
`auth_reply` tinyint( 1 ) NOT NULL default '0',
`auth_edit` tinyint( 1 ) NOT NULL default '0',
`auth_delete` tinyint( 1 ) NOT NULL default '0',
`auth_sticky` tinyint( 1 ) NOT NULL default '0',
`auth_announce` tinyint( 1 ) NOT NULL default '0',
`auth_vote` tinyint( 1 ) NOT NULL default '0',
`auth_pollcreate` tinyint( 1 ) NOT NULL default '0',
`auth_attachments` tinyint( 1 ) NOT NULL default '0',
`auth_mod` tinyint( 1 ) NOT NULL default '0',
KEY `group_id` ( `group_id` ) ,
KEY `forum_id` ( `forum_id` )
) ENGINE = MYISAM DEFAULT CHARSET = latin1;
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 'DEFAULT CHARSET=latin1' at line 18 Schonmal danke im vorraus...