MySQL Forums
Forum List  »  Newbie

Re: Sync tables in 20 databases
Posted by: Rick James
Date: October 03, 2015 04:51PM

"Sync"? If they are all in the same instance of MySQL, there is no need to "sync". You can reach into a different db by syntax:
SELECT ... FROM db123.tbl
There is no problem JOINing across dbs.

Options: ReplyQuote


Subject
Written By
Posted
September 19, 2015 04:11AM
September 19, 2015 05:22AM
Re: Sync tables in 20 databases
October 03, 2015 04:51PM


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.