Page 1 of 1

Join tables from two servers - MySQL

Posted: Sun Aug 05, 2007 8:37 pm
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?

Posted: Sun Aug 05, 2007 8:57 pm
by feyd
Unless you somehow shadow one server's database on the other, I don't think it's possible.

Posted: Sun Aug 05, 2007 9:09 pm
by VladSun
:(
I was thinking of replication as a way to do this.
Anyway ... thanks!