My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 10
=Database MySQLDump= _A 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 off my own ideas as well as looking at others scripts that do similar tasks. The generaliz...
==phpMyDumper== phpMyDumper 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 any reason do not have access to the mysqldump command. ==Todo== ==Version History== <u>1...
mysqlbackup uses mysqldump to make a backup of all databases or a single database and compress the backup and optionally saves it to a remote location using scp
=Welcome to MySQL Maint= MySQL Maint is a configurable bash script, designed to be run by cron, that performs backups and maintenance over one or more [http://www.mysql.com MySQL] servers. It keeps your current backups, daily backups, weekly backups and monthly backups. The script has been ...
On first run this script will detect auto-incremental columns from the database tables, store it's max(value) into a special file called point file, and on the next runs will run mysqldump with --where param auto-incremental column > last max(value). As output is small, it's a perfect candidate to ...
Programa para Respaldar/Restaurar Bases de Datos Mysql Es una aplicacion para realizar las tareas de Respaldos y Restauracion de una Base de Datos MySQL. La Aplicacion esta escrita en Kdevelop 3.5.2 funciona con cualquier version de mysqldump y mysql Espero recibir toda clase de aportes y critica...
If you have only FTP access to a web hosting server and you need to get MySQL database dump, then this PHP script is for you. You can just connect to web server using FTP, upload this one file: dobackup.php and run it from web browser. Database dump will be generated and you can download it using...
A script to perform some useful automated tasks Mysql databases for UNIX/Linux hosts. The intention is to pull together a set of existing tools that are already available on all, or most, UNIX/Linux boxes with Mysql server running on them and make them do some useful things that will be handy for s...
Shell script for Gentoo Linux to preform nightly system administration tasks from a cron job. This is reminiscent of OpenBSD's /etc/daily, weekly, monthly scripts. Includes auto updating for Nikto, Snort sigs, and Nessus plugins. Also includes MySQL dump support, file system backups, and remote back...
Set up a crontab using LampBack to backup a MySQL database and email it to yourself. Ideal for PHP applications with (small) MySQL databases on shared hosts.