MySQL and shared storage

2003-08-19 Thread Scott Pippin
I would like to set up a round robin cluster with mysql. The round robin would be done through the DNS to two different servers. Each of those servers would have mysql installed and each would reference the same data directory on our SAN. Are there any problems with doing this? Thanks in

Re: MySQL and shared storage

2003-08-19 Thread Colbey
I'm sure there's gonna be some file locking issues.. If you just trying to get some scalability, might want to look at replication instead, with the SAN hosting 1 copy of the database for each server.. On Tue, 19 Aug 2003, Scott Pippin wrote: I would like to set up a round robin cluster with