List:General Discussion« Previous MessageNext Message »
From:Michael Stassen Date:October 31 2005 4:18pm
Subject:Re: Permissions for the install
View as plain text  
Bruce Martin wrote:
> What should the permissions be for the MySQL 5 install on Mac OS X. By 
> default it was Owner = System Group = wheel.
> 
> Could someone give me a list of directories and what owner:group 
> settings I should have?
> 
> 
> Bruce Martin
> The Martin Solution
> PO Box 644
> Delaware Water Gap, PA
> (570) 421-0670
> bruce@stripped

Usually, the mysql directory and its contents are owned by root, except the data 
directory and its contents, which must be owned by mysql.  Groups don't matter 
to mysql itself, but are useful externally.  Group wheel is fine for the 
root-owned stuff, but group mysql is typical for the mysql-owned data directory, 
including contents.  This is described in the manual 
<http://dev.mysql.com/doc/refman/5.0/en/installing-binary.html>.

Michael

Thread
Permissions for the installBruce Martin30 Oct
  • Re: Permissions for the installMichael Stassen31 Oct