Seite 1 von 1

DB Backup und auf neuen Server upload geht nicht!

Verfasst: 13.01.2005 21:54
von brd-euros
Hi,

ich wollte mit meinen Forum zu einem besseren Provider umziehen.
Alles bestellt und nun das Problem, ich kann das Backup meines alten Webhosters nicht auf die DB des neuen auf spielen, da kommen permanent Fehler, wer kann mir da weiter helfen???

Verfasst: 13.01.2005 22:09
von Andy120
hi...

Was kommen da für Fehler?

Gruss, Andy

Verfasst: 13.01.2005 22:36
von brd-euros
Folgender Fehler kommt da:

Error importing backup file

DEBUG MODE

SQL Error : 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 ' <' at line 1

Verfasst: 13.01.2005 22:37
von Andy120
Spielst du das Backup über den ACP ein?

Verfasst: 13.01.2005 22:41
von brd-euros
Über bitte was?
Ich mache das alles über das Forensystem

Verfasst: 13.01.2005 22:48
von Andy120
OK. ACP = Admin Control Panel.

Spiel die BackUp's am besten mit Bigdump ein. Dazu schau diesen Artikel an:
MySQL-Backup mit Hilfe von Bigdump einspielen

Weiteres:
- MySQL Backup

Gruss, Andy

Verfasst: 13.01.2005 22:55
von Amdosh
brd-euros hat geschrieben:Ich mache das alles über das Forensystem
ACP=AdminControlPanel=Adminmenü

Die Backupvariante darüber klappt nur bis zu einer Grösse von ca 2 MB, mehr ist wegen ServerTimeouts nicht möglich. Für diese Fälle gibt es andere Methoden, mit denen man das Forum sichern kann.
Siehe dazu:
phpmyadmin
bigdumb
Desweiteren, worüber wurde das "alte" Backup erstellt ? Weil das Zeichen < normal nicht bei der Erstellung per Adminpanel in der ersten Zeile auftaucht, sondern der Block ca so aussieht:

Code: Alles auswählen

#
# phpBB Backup Script
# Dump of tables for dbxxxxxx
#
# DATE : 13-01-2005 21:55:09 GMT
#
Grüsse Amdosh

Verfasst: 14.01.2005 14:56
von brd-euros
Also, ich habe es mit BigDump probiert, da kommt folgender Fehler:

BigDump: Staggered MySQL Dump Importer ver. 0.20b
Processing file: phpbb_db_backup[1].sql.gz

Starting at the line: 3001

Stopped at the line 5880.

At this place the current query includes more than 300 dump lines. That can happen if your dump file was created by some tool which doesn't place a semicolon followed by a linebreak at the end of each query, or if your dump contains extended inserts. Please read the BigDump FAQs for more infos.

Stopped on error

Start from the beginning (DROP the old tables before restarting)

© 2003-2005 Alexey Ozerov - BigDump Home


Ich habe das Backup mit dem ACP gemacht.

Bei mir sieht der Anfang so aus:

#
# phpBB Backup Script
# Dump of tables for db105460892
#
# DATE : 14-01-2005 13:53:12 GMT
#
#
# TABLE: phpbb_auth_access
#

Verfasst: 15.01.2005 09:16
von brd-euros
OK, ich habe es geschafft!
Es lag ein einem überlangen Beitrag!
Allerdings habe ich nun noch ein kleines Problem!
Wenn ich ein Avatar uploaden über mein Profil im Forum uploaden will, alles auswähle und dann auf absenden klicke, wird nichts upgeloadet!
Und ich habe nur ein kleines rotes Kreuz!
Ihr könnt euch ja mal das Problem unter www.muenzboard.de ansehen.
DANKE FÜR EURE HILFE!

Verfasst: 15.01.2005 11:09
von Andy120