MrBillybob Posted September 14, 2007 Share Posted September 14, 2007 is it possible to do a join from two different servers? If so how? Link to comment https://forums.phpfreaks.com/topic/69266-mysql-join/ Share on other sites More sharing options...
gerkintrigg Posted September 14, 2007 Share Posted September 14, 2007 not that I know of. Excellent question. What you'll probably need to do is get one set of data from one server, then change the MySQL connect script and use the data you got from the first server in the conditions for the second SQL query. It's not a good idea to use more than one server for only one script execution, but if you need to do it... that's probably the only way you can. Link to comment https://forums.phpfreaks.com/topic/69266-mysql-join/#findComment-348359 Share on other sites More sharing options...
fenway Posted September 15, 2007 Share Posted September 15, 2007 You can try and use FEDERATED tables. Link to comment https://forums.phpfreaks.com/topic/69266-mysql-join/#findComment-349034 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.