-2

How to make JOIN between two tables from two different databases on two different servers without using FEDERATED tables? Is there any another architectural solutions for it in web-application powered by PHP?

adiv
  • 68
  • 1
  • 6

1 Answers1

0

How to join tables from different servers without using the technology explicitly designed for the purpose (which, aside from a few quirks relating to optimization of views, works very well)? You'll have to write the code yourself.

symcbean
  • 47,736
  • 6
  • 59
  • 94