Merge databases

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
Staggan
Posts: 1
Joined: Thu 14 May 2015 18:32

Merge databases

Post by Staggan » Thu 14 May 2015 18:36

Hello

I have multiple copies of a database schema, all with separate data...

I now want to merge all of this data into one location...

I have prepared all the individual databases so there is no clash of any unique ID's etc... but I cannot find anything that will allow me to append the data from one database to the other...

For example..

I have a table called user and another called purchases... this table exists in each database... But now I want to merge that data into a single place...

I have tried numerous ways to do this but I only ever seem to end up with the data from the last database I tried to merge...

Also, when I try to append the data I get an error about one of the tables, a table that does not exist in the schema..

Can anyone help?

Thanks

alexa

Re: Merge databases

Post by alexa » Fri 15 May 2015 10:47

Since this issue is not connected specifically with dbForge, we recommend you to refer to some other sources in the Internet for help.

Post Reply