Patrick Calkins wrote:
> 
> Hello all;
> Are there any known problems with storing the database files on a NAS
> (network attached storage) device??
> 
> also, can you run multiple MySQL daemons pointing to one common database, so
> you could have a "cluster" of database servers and one database??
> 
> Thanks!
> Patrick


You can only have one data repository and multiple servers if you
never write to your database..  Unfortunately unless you use replication
mysql doesn't handle mutliple servers pointing at the same data,
one server has no way of knowing that cached indexes are out
of date based on updates by another server.

---------------------------------------------------------------------
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