A quanto pare esiste un storage engine chiamato FEDERATED http://dev.mysql.com/doc/refman/5.1/...ge-engine.html che
lets you access data from a remote MySQL database without using replication or cluster technology. Querying a local FEDERATED table automatically pulls the data from the remote (federated) tables. No data is stored on the local tables.
Onestamente non ne ero a conoscenza fino a pochi attimi fa, sembra forte, anche se io mi terrei ben lontano dal fare delle query cross-server. Qui trovi la risposta completa: http://stackoverflow.com/questions/8...546339#1546339