File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes Backup table? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JDBC
Reply Bookmark "Backup table?" Watch "Backup table?" New topic
Author

Backup table?

Elahe Shafie
Ranch Hand

Joined: Dec 12, 2001
Posts: 291
Dear Friends,
When I use this command
BACKUP TABLE tbl_name[,tbl_name...] TO '/path/to/backup/directory'
why I can not get all these three files:
.frm
.MYD
.MYI
and it just return two of them(.frm and .MYD) and that is not all data and it is not correct so what should I do?
Thanks,
Elahe


Thanks,
Elahe
 
IntelliJ Java IDE
 
subject: Backup table?
 
Threads others viewed
Take backup from MYSQL through java
Please somebody answer my question....
Check Table's Relationships
Problem with file creating....
inserting data in mysql in sorting order of date column
MyEclipse, The Clear Choice