Joining databases?

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
Sindarin
Forum Regular
Posts: 521
Joined: Tue Sep 25, 2007 8:36 am
Location: Greece

Joining databases?

Post by Sindarin »

In my last project which was a product cms, my colleague wanted to help me enter all the products in the database so I set up the cms in his own localhost. He did half the products so I did. Now I had in mind that we could join the databases into a single one but how can we do that? Is there an SQL command or tool?
User avatar
papa
Forum Regular
Posts: 958
Joined: Wed Aug 27, 2008 3:36 am
Location: Sweden/Sthlm

Re: Joining databases?

Post by papa »

You can export data to a file and then import if you want to learn how to:
http://www.modwest.com/help/kb6-135.html
Post Reply