On Sun, Jan 28, 2001 at 10:47:21PM -0800, Bob Cottrell wrote:
> 
> Hello there,
> 
> We have a number of Sun sparcs connected to 2 NetApp file servers,
> and are currently using 1 sparc running mysql with the databases
> residing on one of the NetApps.  I would like to run a 2nd sparc
> mysql server, also serving the same databases (read-only) from the
> same NetApp.  Is this possible using replication without duplicating
> the databases in seperate directories
> (ie. /usr/local/mysql/<hostname>/var/*)?

You can do it with replication, but that does result in each server
having it's own copy of the data.

Or you can tell the servers to use the same data and use external
locking. See `--enable-locking'

  http://www.mysql.com/doc/C/o/Command-line_options.html

to try the second option...

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