baiju Posted October 18, 2006 Share Posted October 18, 2006 hi I have different database. Both having same tables. I want to insert all datas from first database to second database. Link to comment https://forums.phpfreaks.com/topic/24300-insert-data-from-different-database/ Share on other sites More sharing options...
jvrothjr Posted October 18, 2006 Share Posted October 18, 2006 one was would be to create a sql file the load the data into the other using that filesecond way could be loading the data into an array from the first DB and dumping into the second DB using that array. Link to comment https://forums.phpfreaks.com/topic/24300-insert-data-from-different-database/#findComment-110609 Share on other sites More sharing options...
fenway Posted October 19, 2006 Share Posted October 19, 2006 And a third way would be to copy it over directly, if you can manage to login to both with the same credentials and the DBs are on the same box. Link to comment https://forums.phpfreaks.com/topic/24300-insert-data-from-different-database/#findComment-111376 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.