On Wed, Jan 17, 2001 at 04:40:24PM +0800, liye wrote:

> I need a 3.23 server in addition to an old 3.22 one in my box, with
> seperate DBs. my application may also access the 2 servers(DBs)
> simultaneously. The two installations load different versions of
> libmysqlclient.so(6.0.0 and 10.0.0).  Can the old library access
> server of later version fullfunctionally?

Yes.

In fact, I usually install the client libraries separate from my
server installs on the same machine.

For the client libraries, I do `./configure --without-server' in a
mysql-3.22.32 source tree to install client libraries into the default
place (/usr/local/...). That way I can build the Perl modules and not
have to upgrade them each time I upgrade the server code.

For the server install, I do `./configure --prefix=/home/mysql' in the
latest source tree and that puts a FULL install under /home/mysql
where it's isolated from the rest of the system.

This makes server upgrades very easy. I never have broken client
libraries and never have to wander all over the filesystem trying to
find mysql related stuff.

Jeremy
-- 
Jeremy D. Zawodny, <[EMAIL PROTECTED]>
Technical Yahoo - Yahoo Finance
Desk: (408) 328-7878    Fax: (408) 530-5454
Cell: (408) 439-9951

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to