MediaWiki extension: DbDump

MediaWiki extension: DbDump
Jump to: navigation, search
This project is still under development.

[edit] BigDump

BigDump: Staggered MySQL Dump Importer

Staggered import of large and very large MySQL Dumps (like phpMyAdmin 2.x Dumps) even through the web servers with hard runtime limit and those in safe mode. The script executes only a small part of the huge dump and restarts itself. The next session starts where the last was stopped.

© 2003-2006 Alexey Ozerov

THIS SCRIPT IS PROVIDED AS IS, WITHOUT ANY WARRANTY OR GUARANTEE OF ANY KIND This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. If you change this script or add any features please tell me. I will consider adding these features for everybody.

[edit] Why?

  1. Marginally more convenient
  2. Modified to perform remotely scheduled backups

[edit] Create Special Page

See: Writing a new special page


PHP Developer's Network : PHP Class : Large Database Backup

By Nadir 2007-07-17