how to restore a mysql dump file to database using java
807580Dec 8 2009 — edited Dec 8 2009hai friends,
i'm developing an application. in that i need to back up and restore the database. i'm using mysql.
in that i used a code to back up the db.. its working perfectly and the dump file is created perfectly..
but while trying to restore the dump file nothing is happening...
can anyone provide me a sample code to restore the dump to database using java code...
thanks in advance...