On 28 Nov 2005, at 00:41, [EMAIL PROTECTED] wrote:

The only times MySQL server interact directly with each other are:
a) during replication
b) NDB cluster operations
c) FEDERATED tables

Options b) and c) are available only in v5.0+. If what you want to do
doesn't fall into one of those three categories, you will need to open a
second connection in your code and send a second query to the second
server.  There is no other way around it.

Errr, were you answering some other question?

Marcus
--
Marcus Bointon
Synchromedia Limited: Putting you in the picture
[EMAIL PROTECTED] | http://www.synchromedia.co.uk


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to