Seite 1 von 1
					
				Keine wiederhestellung möglich !
				Verfasst: 29.11.2007 21:28
				von fler171087
				Hallo !!!
Habe ein backup vom alten Forum !!
Ich wollte dies unter datenbank wiederherstellen hochladen er lädt auch ne weile aber dann kommt " es wurde keine datei hochgeladen"
woran kann das liegen ?? oder ist es auch anders möglich ?
danke im vorraus
			 
			
					
				
				Verfasst: 29.11.2007 21:30
				von Soccout
				vll. ist die datei zu groß, und du überschreitest des volumenlimit
			 
			
					
				
				Verfasst: 29.11.2007 21:31
				von gloriosa
				Hallo,
Lesestoff >>> KB:mysqlbackup <<<  
 
Weiterhin gibt es die, viel zu selten benutzte, boardeigene Funktion [ externes Bild ] Suchen  und den Bereich Dokumentation um Informationen zu finden.  
 
			 
			
					
				
				Verfasst: 29.11.2007 22:14
				von fler171087
				sorry hab bei der boardsuche den falschen begriff eingegeben !!
!
Das backup ist etwas über 5mb also über mein phpadmin klappt das auch nicht  

 
			 
			
					
				
				Verfasst: 29.11.2007 22:27
				von Mahony
				Hallo
Teile das Backup in mehrere Teile (jeweils ca. 1,5 MB) und spiele es mit dem 
MySQLDumper ein.
Grüße: Mahony
 
			 
			
					
				
				Verfasst: 29.11.2007 22:41
				von fler171087
				Wie kann ich die datei denn teilen ??
und jetzt zeigt er mir den fehler an obwohl ich nix verstellt habt 
siehe 
http://otb.express-hoster.de 
			 
			
					
				
				Verfasst: 29.11.2007 22:58
				von Mahony
				Hallo
und jetzt zeigt er mir den fehler an....
Wegen des Fehlers schau mal hier 
KB:131.
Wie kann ich die datei denn teilen ?
Du musst die Datei (deine backup.sql) einfach mit einem Editor öffnen und dann per Copy & Paste die Datei auf mehrere Teile aufteilen. Dabei muss allerdings immer der komplette Befehl vorhanden sein.
Als Beispiel:
Richtig
Code: Alles auswählen
#
# phpBB Backup Script
# Dump of tables for usr_web103_2
#
# DATE : 23-07-2006 15:27:54 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)
);
 
FALSCH
Code: Alles auswählen
#
# phpBB Backup Script
# Dump of tables for usr_web103_2
#
# DATE : 23-07-2006 15:27:54 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,
 
Grüße: Mahony
 
			 
			
					
				
				Verfasst: 29.11.2007 23:30
				von fler171087
				Ich frage das echt ungern aber ich bin verwirrt^^
könnt mir jemand bei der teilung helfen ?
in der datei soviel und ich find kein anfang oder ende !
würde denen die datei schicken
			 
			
					
				
				Verfasst: 30.11.2007 16:58
				von fler171087
				Hallo!!!
Ich möchte mich herzlich bedanken es hat alles geklappt !!!
Nur ein Problem besteht jetzt sowas wie öäü zeigt er als ? an !!!!
und noch ein größeren indem teilweise fehlerseite auftauchen zb. nach dem einloggen oder wenn man auf 
" einloggen um private nachrichten zu lesen"
siehe hier
bin mir sicher ihr habt ne lösung 
