Importing data and keeping ids and relationships
Posted
by Justin Hamade
on Stack Overflow
See other posts from Stack Overflow
or by Justin Hamade
Published on 2010-03-12T16:48:19Z
Indexed on
2010/03/12
16:57 UTC
Read the original article
Hit count: 154
I am working on cleaning up a mess that another programmer started. The created 2 identical databases for different locations but that obviously caused major issues. They are using cakePHP and there are quite a few relationships. I am pretty sure I will have to write a script to import that data from on DB to the other and keep all the relationships but was wondering if there is an easier way to do it.
© Stack Overflow or respective owner