how to take the backup of mysql database from remote system where the two systems are connected in lan through java. and also how to restore the database with acquired backup file. please help me to solve this problem.
Try the MySQL docs on backup/restore methods e.g. look at mysqldump? You will probably need to work outside your Java application to run the backup/restore e.g. via a remote login to the server.
ex-Oracle bloke
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: taking backup of mysql databse from remote sysem