Can SQLyog be setup so I query boxA.databaseA.tableA with a relationship to boxB.databaseB.tableB?
I have two MySQL database that live on different boxes but I have need to run queries that utilize information in both. How can I query linking these two tables on a common field?