MySQL Forums
Forum List  »  NDB clusters

Re: mysql cluster on NFS
Posted by: Bill Karwin
Date: April 27, 2006 12:34PM

Is the NFS filesystem mounted read-only? Does the mysqld process have write access to the NFS datadir?

In any case, it is inadvisable to put the datadir on a remote filesystem, such as one mounted with NFS or smbmount. Doing so introduces database reliability, performance, and security risks. Always put the datadir on a filesystem that is physically local to the server running the mysqld process.

You should only store database backups (output of mysqldump) on the remote filesystem.

Regards,
Bill K.

Options: ReplyQuote


Subject
Views
Written By
Posted
2279
April 26, 2006 09:02PM
Re: mysql cluster on NFS
1346
April 27, 2006 12:34PM
1220
April 28, 2006 04:17AM
2491
May 03, 2006 02:01AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.