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?
Asked
Active
Viewed 338 times
-2
-
2I only recognize 4 words here and a few exclamation points and the tags. In English please. – Funk Forty Niner Aug 05 '16 at 18:35
-
5or http://ru.stackoverflow.com/ – Funk Forty Niner Aug 05 '16 at 18:36
-
Ok, 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 Aug 05 '16 at 20:11
1 Answers
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