Seite 1 von 1

BACKUP VON ALTEM FORUM --> BITTE UM HILFE

Verfasst: 18.01.2006 22:14
von Snuser_alexxx
Liebes phpbb.de-team!

Ich habe ein großes Anliegen...

Habe meine alte DB von einem Forum, welches 2003 online war herausgesucht und wollte es unbedingt wieder anschauen. Allerdings hat die DB 10 MB!

Hab dazu ein phpBB-Forum 2.0.6 deutsch raufgeladen, wolle die datenbank wiederherstellen, aber bereits nach wenigen sekunden kommt die 404-fehler seite... Ich hab DSL, also von der Seite her ist es nicht der Fehler.

Jetzt meine Frage:
Wie erkenne ich in der Datenbank die version?
DIe Datenbank heißt phpbb_db_backup und ist eine sql-datei, sagt euch das mehr als mir?
Was könnte der Fehler sein?

Die Anfangszeilen..:

#
# phpBB Backup Script
# Dump of tables for funland
#
# DATE : 25-05-2003 09:10:47 GMT
#
#
# TABLE: xphpbb_auth_access
#
DROP TABLE IF EXISTS xphpbb_auth_access;
CREATE TABLE xphpbb_auth_access(
group_id mediumint(8) NOT NULL,
forum_id smallint(5) unsigned NOT NULL,
auth_view tinyint(1) NOT NULL,
auth_read tinyint(1) NOT NULL,
auth_post tinyint(1) NOT NULL,
auth_reply tinyint(1) NOT NULL,
auth_edit tinyint(1) NOT NULL,
auth_delete tinyint(1) NOT NULL,
auth_sticky tinyint(1) NOT NULL,
auth_announce tinyint(1) NOT NULL,
auth_vote tinyint(1) NOT NULL,
auth_pollcreate tinyint(1) NOT NULL,
auth_attachments tinyint(1) NOT NULL,
auth_mod tinyint(1) NOT NULL,
KEY group_id (group_id),
KEY forum_id (forum_id)
);

#
# Table Data for xphpbb_auth_access
#

INSERT INTO xphpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES( '19', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO xphpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES( '4', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO xphpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES( '4', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO xphpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES( '4', '14', '0', '0', '


Ich danke Euch vielmals im Voraus!

glg, Alex