MyBB.de Forum
Backup Problem - 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: Allgemeiner Support (https://www.mybb.de/forum/forum-36.html)
+---- Thema: Backup Problem (/thread-4641.html)



Backup Problem - reddl - 23.01.2007

Hallo

Ich habe ein Problem beim importieren der Backups im phpMyAdmin. Es gibt immer einen Fehler:

Bsp:
Zitat:Fehler

SQL-Befehl:

-- MyBB Database Backup
-- Generated: 23rd January 2007 at 12:05
------------------------------------- --
CREATE TABLE `adminlog` (
`uid` int( 10 ) unsigned NOT NULL default '0',
`dateline` bigint( 30 ) NOT NULL default '0',
`scriptname` varchar( 50 ) NOT NULL default '',
`action` varchar( 50 ) NOT NULL default '',
`querystring` varchar( 150 ) NOT NULL default '',
`ipaddress` varchar( 50 ) NOT NULL default '',
KEY `scriptname` ( `scriptname` , `action` )
) 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 '---------------------------------------

CREATE TABLE `adminlog` (
`uid` int(1' at line 1

Liegt das an der Version?
Im Admin-CP zeigt es diese Version an "MySQLi 4.1.11"
..und im phpMyAdmin diese: "MySQL Client-Version: 4.1.18"

Das Forum und der Adminbereich funktionieren aber einwandfrei...

Ist es wichtig das man die Backups im Admin-CP erstellt?
Die im phpMyAdmin erstellten Backups könnte ich problemlos wieder importieren...

Ps: Ich bin ein blutiger Anfänger!!! Wink


RE: Backup Problem - Michael - 23.01.2007

Entferne die Zeilen am Anfang des Dumps und versuche es erneut:
Code:
-- MyBB Database Backup
-- Generated: 23rd January 2007 at 12:05
------------------------------------- --
Siehe auch: http://community.mybboard.net/showthread.php?tid=14473


RE: Backup Problem - reddl - 23.01.2007

...es hat geklappt.Vielen Dank!!! Big Grin