Projects tagged ‘backup’ and ‘dump’


Jump to tag:

Projects tagged ‘backup’ and ‘dump’

Filtered by Project Tags backup dump

Refine results Project Tags mysql (5) php (4) database (2) export (1) restore (1) dumper (1) import (1) recovery (1) mysqldump (1) sql (1) perl (1) backup-suite (1)

[5 total ]

1 Users

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 ... [More] of the huge dump and restarts itself. The next session starts where the last was stopped. [Less]
Created over 3 years ago.

0 Users

phpMyDumperphpMyDumper is a php class, that can be used for exporting databases and tables from MySQL. This is useful if you want to do automatic backup of your database using a cronjob and you for ... [More] any reason do not have access to the mysqldump command. TodoVersion History1.10: (2009-10-28) Support for UTF-8 connections New option to dump AUTO_INCREMENT in table structure when used with older MySQL versions Reports progress information when creating sql file New example of how to use the stream feature Dumps MySQL server version 1.00: (2009-03-13) Based on MySQLDump 2.0 by Daniele Viganò, creativefactory.it Based on Thors code changes in MySQLDump 2.01 at coders4fun.com Uses SHOW CREATE TABLES to get table structures Adds AUTO_INCREMENT in table structures Adds option to format dump file like phpMyAdmin export Adds options to dump DROP TABLE and CREATE TABLE statements Adds options to dump data and expanded INSERT statements Optimized the code for dumping INSERT statements [Less]
Created 8 months ago.

0 Users

Created about 1 year ago.

0 Users

phpMyImporterphpMyImporter is a php class, that can be used to import database tables into a MySQL database from a sql file. This is useful if filesize of the sql file is too large to be imported with ... [More] phpMyAdmin. TodoVersion History1.00: (2009-10-26) Initial release Support for compressed sql files Support for UTF-8 connections Progress information [Less]
Created about 1 month ago.

0 Users

this tool allow fast backup/restore mysql dumps
Created 11 months ago.