Backup Problem
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Eine Neuinstallation von phpBB 2.0 wird auf phpBB.de nicht mehr unterstützt.
Siehe auch Entwicklungs-Ende von phpBB 2.0 - Auswirkungen auf phpBB.de
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Eine Neuinstallation von phpBB 2.0 wird auf phpBB.de nicht mehr unterstützt.
Siehe auch Entwicklungs-Ende von phpBB 2.0 - Auswirkungen auf phpBB.de
-
- Ehemaliges Teammitglied
- Beiträge: 5703
- Registriert: 26.02.2004 00:09
Welche Tabellen hast Du denn?
Steht etwas in den Tabellen?
Ja und zwar in folgenden:Kurz gesagt, ind den Tabelle wo kein Inhalt drin steht.
edit Christian_W: bitte [ code]-Tags benutzen
Welche Größe zeigt Dir phpMyAdmin an?
67,7 KB Total
Code: Alles auswählen
phpbb_auth_access
phpbb_banlist
phpbb_categories
phpbb_config
phpbb_confirm
phpbb_disallow
phpbb_forum_prune
phpbb_forums
phpbb_groups
phpbb_posts
phpbb_posts_text
phpbb_privmsgs
phpbb_privmsgs_text
phpbb_ranks
phpbb_search_results
phpbb_search_wordlist
phpbb_search_wordmatch
phpbb_sessions
phpbb_smilies
phpbb_themes
phpbb_themes_name
phpbb_topics
phpbb_topics_watch
phpbb_user_group
phpbb_users
phpbb_vote_desc
phpbb_vote_results
phpbb_vote_voters
phpbb_words
Ja und zwar in folgenden:
Code: Alles auswählen
phpbb_config 61 Einträge
phpbb_groups 2 Einträge
phpbb_ranks 1 Eintrag
phpbb_sessions 1 Eintrag
phpbb_smilies 42 Einträge
phpbb_themes 1 Eintrag
phpbb_user_group 2 Einträge
phpbb_users 2 Einträge
edit Christian_W: bitte [ code]-Tags benutzen
Welche Größe zeigt Dir phpMyAdmin an?
67,7 KB Total
-
- Ehemaliges Teammitglied
- Beiträge: 5703
- Registriert: 26.02.2004 00:09
Also:
edit Christian_W: Unnötiges entfernt.
Das wärs.
edit Christian_W: Unnötiges entfernt.
Code: Alles auswählen
Processing file: phpbb_db_backup.sql
Starting at the line: 21001
Stopping at the line: 21456
Queries performed (this session/total): 176/18205
Total bytes processed: 2300835 (2247 KB)
Congratulations: End of file reached, assuming OK
Thank you for using! Please rate Bigdump at Hotscripts.com
You can send me some bucks or euros as appreciation via PayPal
Start from the beginning (DROP the old tables before restarting)
© 2003 Alexey Ozerov - BigDump Home
-
- Ehemaliges Teammitglied
- Beiträge: 5703
- Registriert: 26.02.2004 00:09
Es reicht, wenn Du die *.sql-Datei verarbeiten lässt. 
Das hat laut der Ausgabe auch geklappt.
Wenn das Forum jetzt trotzdem noch nicht läuft, poste mal die ersten 20 Zeilen der phpbb_db_backup.sql und einen Teil der config.phpUnd auch mal einen Link zum Forum bitte.
Gruß Christian

Das hat laut der Ausgabe auch geklappt.
Wenn das Forum jetzt trotzdem noch nicht läuft, poste mal die ersten 20 Zeilen der phpbb_db_backup.sql und einen Teil der config.php
Code: Alles auswählen
$table_prefix =
Gruß Christian
---
Die ersten paar Zeilen von der SQLDatei
Die Config
Code: Alles auswählen
#
# phpBB Backup Script
# Dump of tables for userZeroZion
#
# DATE : 16-11-2004 16:27:08 GMT
#
#
# TABLE: phpbb_auth_access
#
DROP TABLE IF EXISTS phpbb_auth_access;
CREATE TABLE phpbb_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)
);
Code: Alles auswählen
<?php
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
$dbms = 'mysql4';
$dbhost = 'localhost';
$dbname = 'userZeroZion';
$dbuser = 'ZeroZion';
$dbpasswd = '*******';
$table_prefix = 'phpbb_';
define('PHPBB_INSTALLED', true);
?>
-
- Ehemaliges Teammitglied
- Beiträge: 5703
- Registriert: 26.02.2004 00:09
-
- Ehemaliges Teammitglied
- Beiträge: 5703
- Registriert: 26.02.2004 00:09
Nur um das Thema abzuschließen:
Das Board läuft wieder. Da war wohl noch irgendetwas altes im Browsercache.
Gruß Christian
Das Backup wurde erfolgreich eingespielt.bigdump hat geschrieben:Queries performed (this session/total): 176/18205
Total bytes processed: 2300835 (2247 KB)
Congratulations: End of file reached, assuming OK
Das Board läuft wieder. Da war wohl noch irgendetwas altes im Browsercache.
Gruß Christian
---