Database Partitioning

2004-06-24 Thread Donna Croland
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! Thanks

Re: Database Partitioning

2004-06-24 Thread Dan Nelson
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