Join tables from two servers - MySQL

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Join tables from two servers - MySQL

Post by VladSun »

Searching in Google shows nothing. I'm pretty sure that this can not be done with Mysql, but still hoping. So... can I join two tables from different servers in one query?
There are 10 types of people in this world, those who understand binary and those who don't
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Unless you somehow shadow one server's database on the other, I don't think it's possible.
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Post by VladSun »

:(
I was thinking of replication as a way to do this.
Anyway ... thanks!
There are 10 types of people in this world, those who understand binary and those who don't
Post Reply