CrazyEngineers
  • How to Backup & Restore Databases Using Java?

    Rafiqul

    Member

    Updated: Oct 27, 2024
    Views: 1.0K
    Hello sir,How can Backup and Restore Databases in mysqldump using MySQL server5.0 with java.Please help and give me Sourcecode in java.
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • Kaustubh Katdare

    AdministratorMar 27, 2013

    You should be able to do the Java code on your own provided you know how to backup using mysquldump -

    mysqldump -u Username -pPassword --add-drop-database -B databaseName -r backupPath 
    Can you attempt writing the code on your own? Give it a try 😀
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register