From: Dan Nelson Date: June 24 2004 6:39pm Subject: Re: Database Partitioning List-Archive: http://lists.mysql.com/mysql/167860 Message-Id: <20040624183919.GD39274@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Jun 24), Donna Croland said: > Does mysql support remote procedure calls or DRDA? I have partitioned > my database between multiple servers and need to join two tables from > two different servers (mysql instances) and I am wondering what the > best method for doing this would be. Any help would be greatly > appreciated! No, it doesn't. You could replicate one table to the other machine, though. -- Dan Nelson dnelson@stripped