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 Merge 2 databases in MySQL Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Merge 2 databases in MySQL" Watch "Merge 2 databases in MySQL" New topic
Author

Merge 2 databases in MySQL

yaron re
Greenhorn

Joined: Jun 29, 2007
Posts: 7
I have 2 databases on the same datastore.
Both of them have the same structure, but different data.
Is there any easy way to merge between them?
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26141
    
  66

Yaron,
The easiest thing to do is an export/import.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: Merge 2 databases in MySQL
 
Similar Threads
insert before update
XML comparison tools - nice requirement
comparing two ResultSet
Grid computing: collecting data from several databases?
Hibernate: Accessing more than one database in the same transaction