backup of MySqlDatabase

Is it possible to take backup for the MySqlDatabase using java.... if its possible means can anyone tell me the way to achieve that...... thanks in advance....
[166 byte] By [83Krisha] at [2007-11-27 7:30:09]
# 1
It's possible but not trivial. I suspect there are some fully developed DB backup programs available already.Joe
Joe_ha at 2007-7-12 19:10:19 > top of Java-index,Java Essentials,Java Programming...
# 2
thank u.. do u knw that program...?where can i get that program for reference....
83Krisha at 2007-7-12 19:10:19 > top of Java-index,Java Essentials,Java Programming...
# 3
There's a Java library called JDBC. download it and use it. It has good documentation.
nayon_7a at 2007-7-12 19:10:19 > top of Java-index,Java Essentials,Java Programming...
# 4
> There's a Java library called JDBC... which has nothing to do with backup. http://www.mysql.com/search/?q=backup&charset=utf-8
quittea at 2007-7-12 19:10:19 > top of Java-index,Java Essentials,Java Programming...