MySQL Forums
Forum List  »  PHP

Re: Sending data from multiple source DBs to destination DB on cloud
Posted by: Peter Brawley
Date: June 04, 2017 09:48AM

You'll need a connection for each server you're connecting to. Each row you're copying from a source connection will then need to be inserted on the destination server.

Options: ReplyQuote


Subject
Written By
Posted
Re: Sending data from multiple source DBs to destination DB on cloud
June 04, 2017 09:48AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.