hi, we're working on a project where different mysql databases are stored on separate computers.
is there a way to breakdown queries such as join statements into queries concerning only a particular database?
For example, a query with table1 JOIN table2 (table1 and table2 are from different databases), how are we be able to do this?
Any help would be greatly appreciated.





Bookmarks