🔍
🏠
Stack Overflow
🎲
Stack Exchange
Stack Overflow
Questions
Tags
Users
About
Stack Overflow
Public
Questions
Tags
Users
About
Back up selected tables in mysql using JAVA
Asked
Dec 16 '11 at 07:55
Active
Dec 16 '11 at 08:01
Viewed
281 times
-5
How can we backup selected tables in mysql server using JAVA
java
mysql
asked Dec 16 '11 at 07:55
Harsha
3,548
20
52
75
2
Java is not an acronym and should not be written in all caps.
–
Karl Knechtel
Dec 16 '11 at 08:14
1 Answers
1
2
Use
mysqldump
.
answered Dec 16 '11 at 08:01
kba
19,333
5
62
89
http://stackoverflow.com/q/8444108/977676 :D
–
COD3BOY
Dec 16 '11 at 08:04
Is it possible to select tables to be backup, when using mysqldump?
–
Harsha
Dec 16 '11 at 08:05
Read the link. And yes it is.
–
kba
Dec 16 '11 at 08:07