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.

Shawn Green
Database Administrator
Unimin Corporation - Spruce Pine

Gary Richardson <[EMAIL PROTECTED]> wrote on 11/27/2005 11:48:19 
AM:

> I've also experienced this. The 5.0.16 RPMs for RHEL3 worked fine on a
> RHEL3 box.
> 
> As for the RHEL4, I even tried recompiling the source RPM's and still
> got the dependency error! I ended up using the generic RPM's as those
> installed fine.
> 
> For me, it's a moot point anyway as 5.0.16 isn't stable enough for my
> app -- it crashes on subselects of the same table. I downgraded to
> 5.0.15.
> 
> On 11/27/05, Marcus Bointon <[EMAIL PROTECTED]> wrote:
> > I have a happily working 5.0.15 installation on RHEL4, installed from
> > the standard RPMs. I'm upgrading using rpm -Uvh to the new 5.0.16
> > release. -Server, -client and -devel packages install ok, but when I
> > attempt to install -shared, I get a dependency failure on zlib. Of
> > course I have zlib installed (lots of other things depend on it), and
> > rpm says it is there, and it's up to date. I've downgraded to 5.0.15
> > again (as nothing works in PHP without -shared installed) and that
> > installs without problems. What's changed in .16 to create this
> > seemingly broken dependency?
> >
> > 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/mysql?unsub=gary.
> [EMAIL PROTECTED]
> >
> >
> 
> -- 
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]
> 

Reply via email to