MySQL Forums
Forum List  »  German

Re: mysqldump, java
Posted by: Jörg Büchner
Date: May 07, 2013 03:08PM

So geht's:
Runtime.getRuntime().exec("mysqldump -u root -ppass myDb --tables myTable -r D:/MyDir/MyFile.sql");

Options: ReplyQuote


Subject
Views
Written By
Posted
1585
May 06, 2013 04:11AM
Re: mysqldump, java
687
May 07, 2013 03:08PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.