>>>>> "Daniel" == Daniel Curry <zilog@stripped> writes:
Daniel> I have need of sharing multiple ds across at least 3 different MySQL
Daniel> supported platforms. Is MySQL sofisticated enough to 'link' to tables in
Daniel> another MySQL db on a different platform?
Daniel> ie, if I run a query against an NT db server that requires data from the db
Daniel> server sitting on the solaris db server, can I 'cross-link' the db's to
Daniel> include the tables from the other system?
Hi!
Sorry. The MySQL server can't use at table on a different machine.
A MySQL client can on the other hand open connections to different
machines at the same time.
Regards,
Monty