Verfasst: 17.11.2004 17:46
Welche Tabellen hast Du denn?
Steht etwas in den Tabellen?
Welche Größe zeigt Dir phpMyAdmin an?
Gruß Christian
Steht etwas in den Tabellen?
Welche Größe zeigt Dir phpMyAdmin an?
Gruß Christian
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
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
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
Code: Alles auswählen
$table_prefix =
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);
?>
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