I have two databases, say A and B. A is hosted on my local machine while B is hosted in a different IP. Now, is it possible to join table1 from database A with table2 from database B. If yes, How can I acheive that?
Well, if this is relevant, I am working on php codeigniter.