This is the way to select records from tables of different databases



SELECT * FROM `db`.table tb
INNER JOIN `db2`.table2 tb2 ON tb2.id = tb.id



hope it helps someone.

0 comments



Some Links (off programming)