aspose file tools
The moose likes JDBC and the fly likes taking backup of mysql databse from remote sysem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "taking backup of mysql databse from remote sysem" Watch "taking backup of mysql databse from remote sysem" New topic
Author

taking backup of mysql databse from remote sysem

praveen kumar pappu
Greenhorn

Joined: Dec 15, 2012
Posts: 1
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.

thank you.
chris webster
Bartender

Joined: Mar 01, 2009
Posts: 1103
    
    7

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
 
Similar Threads
Take backup from MYSQL through java
remote database connection
Database BackUp Using Java
Having a web application in my cmpnys domain but its backup size is increasing impacting the perform
Back of database