7 messages in com.mysql.lists.mysqlRe: mysql on a NAS
FromSent OnAttachments
supp...@stonki.de28 Nov 2006 06:06 
Gerald L. Clark28 Nov 2006 06:20 
col...@dreamwerx.net28 Nov 2006 08:39 
Stefan Onken28 Nov 2006 08:57 
Jerry Schwartz28 Nov 2006 09:31 
Pat Adams28 Nov 2006 09:58 
mizi...@netscape.net28 Nov 2006 11:55 
Subject:Re: mysql on a NAS
From:mizi...@netscape.net (mizi@netscape.net)
Date:11/28/2006 11:55:18 AM
List:com.mysql.lists.mysql

Hi,

OCFS is a cluster filesystem so running two mysqld over the same OCFS directory is exactly the same as running two mysqlds over the same directory in a local filesystem on the same machine which is strictly prohibited. If you decide to consider mysql clustering over ocfs please keep in mind thad you don't really need cluster filesystem for mysql clustering. mysql clustering doesn't share disk storage. Considering they use ocfs they may also be mistaken about the difference between mysql and oracle clustering. Oracle cluster requires shared storage whereas mysql does not.

Thanks, Michael

-----Original Message----- From: pa@digitaldarkness.com To: mys@lists.mysql.com Sent: Tue, 28 Nov 2006 12:59 PM Subject: Re: mysql on a NAS

On Tue, 2006-11-28 at 17:58 +0100, Stefan Onken wrote:

Can you explain this a little bit more ? I am not the guy who set it up, so I would like to go back them and say "Well, You cannot do this, because... " :)

http://dev.mysql.com/doc/refman/5.1/en/multiple-servers.html describes the pitfalls of running multiple servers on the same machine about halfway down the page in the bold 'Warning' paragraph.