Databse mysql Joining to different databases table August 21, 2014 eduguru 0 Comments join, Joining to different databases tableSELECT <...> FROM A.table1 t1 JOIN B.table2 t2 ON t2.column2 = t1.column1;Posts to Review: mysql database replication : How To Step by Step: master -slave replication Set Up MySQL Master-Master Replication Relay log read failure: Could not parse relay log event entry. The possible reasons are: the master’s binary log is corrupted Managing Views in MySQL : Showing mysql view definition