I have an application where I need to join 2 MySQL databases with several tables involved.
The databases *can* be on separate servers entirely, but I still need to find a way to join them. Any ideas on how to do something like that? I can't move the data between servers since one datasource is local for the purposes of offline viewing and the other is public to the internet and provides data to a website.
The databases *can* be on separate servers entirely, but I still need to find a way to join them. Any ideas on how to do something like that? I can't move the data between servers since one datasource is local for the purposes of offline viewing and the other is public to the internet and provides data to a website.