| Author |
how to get automatic backup from mysql?
|
vijay Panner
Ranch Hand
Joined: Sep 29, 2010
Posts: 30
|
|
Hi,
I am developing an application using Swing. In this application, i need to get database backup from database automatically when we close application. how does i do this?please
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32712
|
|
|
I can think of two ways to achieve what you want. There are probably more.1: Add a shut down hook to your runtime.2: Add a WindowListener to your outermost (parent) frame.Both those objects should call code to update the database.
|
 |
 |
|
|
subject: how to get automatic backup from mysql?
|
|
|