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]
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]
HyperDump is an user-friendly MySQL dump importer. It is written in PHP5, in an object-oriented way.
HyperDump is free software: you can redistribute it and/or modify it under the terms of the GNU
... [More] Affero General Public License in version 3.0 or newer.
HyperDump Homepage [Less]
Database MySQLDumpA MySQL to PHP Dump Class and Control script..
Database MySQLDump is a script written in PHP for dumping entire database's into a MySQL import friendly format. This script is based
... [More] off my own ideas as well as looking at others scripts that do similar tasks. The generalized aim of this project is to create an all in one light-weight script that does all of the tasks other scripts do plus more. To read more about the aim, read below.
Project Aim:This project is aimed at developing a simple, XHTML 1.0 Strict Markup valid PHP MySQLDump Class and control page. Eventual goals are to support dumping data into a .sql and .sql.gz file, having a control script that requires user input to select the Server, Database Name, User Name, Password, and if to include DROP statements in the drop.
It's aimed that the script remains XHTML 1.0 Strict friendly according to W3C (World Wide Web Consortium) Markup standards. It's also aimed that the script itself remains completely light weight as to prevent problems with the dump itself, as many databases can be quite large.
Other possible additions once time goes on is on server backups to .sql or .sql.gz files, as well as the addition to creating customized cronjob backup scripts for your website automatically (user would have to direct their web server to the cronjob script).
Additional goal is to maintain a relatively easy to use control file that anyone can edit. Keeping the inner workings of the script stored in the class file is the main method of ensuring this. Anyone can make their own control file, as long as they print the Copyright line for the Class Script (included in the sample Control file). [Less]
A Java library which allows to parse the latest freely available RDF files available at DMOZ (Open Directory Project) and inserts them into any JDBC compliant relational database (i.e. MySQL, PostgreSQL and others like Oracle, MS Access, SQLite).
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]