Big dump
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

Big dump
ik heb 2 bestanden die ik onmogelijk in 1x in de database kan zetten.
In gedeelten heb ik al eeerder gedaan, dat kostte me 3 en half uur en toen was het nog fout.
nu las ik over "big dump" het dit gedownload, maar wat moet ik er nu verder mee? (kan hier nier echt een uitleg voor vinden die ik snap, sorry)
Moet dit ge-upload worden in de filemanager en zo ja in een map en hoe noem je die map dan?
Of moet dit ge-upload worden naar de database?
En hoe doe ik het dan met die zware bestanden, waar moeten die naar toe?
In gedeelten heb ik al eeerder gedaan, dat kostte me 3 en half uur en toen was het nog fout.
nu las ik over "big dump" het dit gedownload, maar wat moet ik er nu verder mee? (kan hier nier echt een uitleg voor vinden die ik snap, sorry)
Moet dit ge-upload worden in de filemanager en zo ja in een map en hoe noem je die map dan?
Of moet dit ge-upload worden naar de database?
En hoe doe ik het dan met die zware bestanden, waar moeten die naar toe?
Van de officieële site:
Open bigdump.php in a text editor and adjust the database configuration
Drop the old tables on the target database if your dump doesn't contain "DROP TABLE" (use phpMyAdmin)
Create the working directory (e.g. dump) on your web-server
If you want to upload the dump files directly from the web-browser give the scripts writing permissions on the working directory (e.g. make chmod 777 on a Linux based system). You can upload the dump files from the browser up to the size limit set by the current PHP configuration of the web-server. Alternatively you can upload any files via FTP.
Upload bigdump.php and the dump files (*.sql or *.gz) via FTP to the working directory (take care of TEXT mode upload for bigdump.php and dump.sql but BINARY mode for dump.gz if uploading from MS Windows).
Run the bigdump.php from your browser via URL like http://www.yourdomain.com/dump/bigdump.php. Now you can select the file to be imported from the listing of your working directory.
BigDump will start every next import session automatically if you enable the JavaScript in your browser.
Relax and wait for the script to finish. Do not close the browser window!
IMPORTANT: Remove bigdump.php and your dump files from your server
Note 1: BigDump will fail processing large tables containing extended inserts. An extended insert contains all table entries within one SQL query. BigDump isn't able to split such SQL queries. In most cases BigDump will stop if some query includes to many lines. But if PHP complains that allowed memory size exhausted or MySQL server has gone away your dump probably also contains extended inserts. Please turn off extended inserts when exporting database from phpMyAdmin.
Note 2: Some web-servers disallow script execution in the directory with writing permissions for security reasons. If you changed the permissions on the working directory and you are getting a server error when running the script restore the permissions to their normal state for directories.
Note 3: If Timeout errors still occure you may need to adjust the $linespersession setting in bigdump.php.
Note 4: If mySQL server overrun occures you can use $delaypersession setting to let the script sleep some milliseconds or more before starting next session. This setting will only work if the JavaScript is activated.
Note 5: BigDump is currently not able to restore a single dump file with multiple databases inside (switched by the USE statement).
... Maar ik modereer (nog) niet.
1. Edit bigdump.php, pas alleen het stukje van de database connectie aan.
2. Save en upload deze naar een map die je bijv. /backup noemt.
3 Upload in diezelfde map ook je database (voorkeur voor .sql, maar .tar.gz is ok prima)
4 Point je browser naar http://www.jedomein.nl/backup en klik je database bestand aan. Bigdump zal beginnen met het importeren.
In een notedop; er zijn wel wat mitsen en maren, maar je vraag was "paar kernwoorden".
2. Save en upload deze naar een map die je bijv. /backup noemt.
3 Upload in diezelfde map ook je database (voorkeur voor .sql, maar .tar.gz is ok prima)
4 Point je browser naar http://www.jedomein.nl/backup en klik je database bestand aan. Bigdump zal beginnen met het importeren.
In een notedop; er zijn wel wat mitsen en maren, maar je vraag was "paar kernwoorden".
http://phpbb3.nl Jouw gratis forumprovider!
Zucht.....het gaat niet.
krijg dit bericht:
BigDump: Staggered MySQL Dump Importer ver. 0.21b
Database connection failed due to Access denied for user 'newfound_'@'localhost' (using password: YES)
Edit the database settings in /home/newfound/public_html/forum/backup/bigdump.php or contact your database provider
Start from the beginning (DROP the old tables before restarting)
© 2003-2005 Alexey Ozerov - BigDump Home
Wat nu???
krijg dit bericht:
BigDump: Staggered MySQL Dump Importer ver. 0.21b
Database connection failed due to Access denied for user 'newfound_'@'localhost' (using password: YES)
Edit the database settings in /home/newfound/public_html/forum/backup/bigdump.php or contact your database provider
Start from the beginning (DROP the old tables before restarting)
© 2003-2005 Alexey Ozerov - BigDump Home
Wat nu???
Open je config.php (van je forum), en open bigdump.php. Zorg dat de database gegevens identiek zijn. Indien niet: pas deze aan in bigdump.phpObie schreef:Wat nu???
http://phpbb3.nl Jouw gratis forumprovider!