MyBB.de Forum
Bekomme eine Fehlermeldung beim Import mit bigdump?? - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.2.x und älter (https://www.mybb.de/forum/forum-27.html)
+---- Forum: Installation/Aktualisierung (https://www.mybb.de/forum/forum-37.html)
+---- Thema: Bekomme eine Fehlermeldung beim Import mit bigdump?? (/thread-9148.html)



Bekomme eine Fehlermeldung beim Import mit bigdump?? - andreas33 - 01.04.2008

hallo,

hab ein SQL Dump erstellt und wollte dies nun in die neue Datenbank importieren

nun bekomme ich allerdings mit bigdump folgenden fehler:

Error at the line 26: ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_german1_ci;

Query: CREATE TABLE `mybb_adminlog` (
`uid` int(10) unsigned NOT NULL default '0',
`dateline` bigint(30) NOT NULL default '0',
`scriptname` varchar(50) collate latin1_german1_ci NOT NULL default '',
`action` varchar(50) collate latin1_german1_ci NOT NULL default '',
`querystring` varchar(150) collate latin1_german1_ci NOT NULL default '',
`ipaddress` varchar(50) collate latin1_german1_ci NOT NULL default ''
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_german1_ci;

MySQL: Table 'mybb_adminlog' already exists

was kann es nun damit auf sich haben??

ich bin langsam am verzweifeln. will doch nur das forum auf einen neuen webspace portieren und updaten (von 1.1.7 auf die neue Version).
kann doch nicht sooo schlimm sein. SEUFZ.

Gruß und Danke mal wieder
Andreas


RE: Bekomme eine Fehlermeldung beim Import mit bigdump?? - ows - 01.04.2008

Siehe https://www.mybb.de/forum/showthread.php?tid=9115&pid=66208#pid66208