Posts | Comments | Email

Archive for April, 2010

Backing up Mysql with Java and PHP

mysqldump is an effective tool to backup MySQL databases. In normal cases, it's done trough a command line commando but it can be used programmatically. It's a very easy script and it could be useful. (don't have to log in into console to take a backup, create an auto backup on deployment, ...) I

04.4.2010| PHP, java, tutorials | Wim

No Comments