0

I have two databases on different server : server A and server B

server A have table : user server B have table : userProfile

Is there any way by which I can join user to userProfile ?

  • [Joins between databases on different servers](http://stackoverflow.com/questions/5832787/mysql-joins-between-databases-on-different-servers-using-python/5832973#5832973). – Devart Oct 08 '12 at 06:29
  • Please refer this: [http://stackoverflow.com/questions/5145637/querying-data-by-joining-two-tables-in-two-database-on-different-servers][1] [1]: http://stackoverflow.com/questions/5145637/querying-data-by-joining-two-tables-in-two-database-on-different-servers – Ryhan Oct 08 '12 at 06:57
  • I think its for sql-server .. Is mysql support this ? – Amrish Prajapati Oct 08 '12 at 06:59

1 Answers1

0

Here you need to add server A as linked server to Server B or vice versa to access both the tables and join in any of the server A or server B.

AnandPhadke
  • 13,160
  • 5
  • 26
  • 33