Browsing Monthly Archive 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.

April 26, 2010 java, PHP, tutorials
Back to Top