mydp is a program for processing mysqldump files in the manner of ‘awk’. It reads mysqldump sql statements from standard input and executes Lua callback functions as table definitions and insert statements are encountered. The Lua callback functions are specified in a file passed to mydp via the
... [More] command line. The callbacks are typically used to filter and process only a small subset of the mysql dump data and/or save it for further processing. mydp is written in Lex and Lua. It is released under the 2-clause FreeBSD licence.
Note: The ohloh Code Analysis seems to be getting confused by the Sphinx generated HTML documentation which includes JavaScript and CSS. The actual source is Lex and Lua. [Less]
Welcome to MySQL MaintMySQL Maint is a configurable bash script, designed to be run by cron, that performs backups and maintenance over one or more MySQL servers.
It keeps your current backups, daily backups, weekly backups and monthly backups.
The script has been successfully tested on
... [More] debian (etch, lenny and squeeze), centos 4.3, FreeBSD and Mac OS X Server. Your are welcome to report any use on another platform.
The installation is very easy : put the mysql_maint.sh script where you want, edit a few variables to suit your server configuration, and set up a cron job to run the script.
Please note that MySQL Maint will do nothing but check your database credentials if you call it with no arguments. Run mysql_maint.sh -b to backup your databases, and mysql_maint.sh -m to perform ma [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy