Is it possible to join tables from two different MySQL servers? eg:-
MySQL server @ 217.10.222.57 with Database DB1 MySQL server @ 210.127.2.23 with Database DB2 Joining table DB1.BlueNames using field BlueID with table DB2.RedNames using field RedID. Charlie