Warn that chown -R /usr/local may break mysql

This commit is contained in:
Bradley Grzesiak and Nick Karpenske 2009-10-22 10:03:43 -05:00 committed by Max Howell
parent d967421c6e
commit 7375758c9a

View File

@ -163,6 +163,12 @@ Let this be the last sudo you do for quite some time:
sudo chown -R `whoami` /usr/local sudo chown -R `whoami` /usr/local
_NOTE_: Performing the above command *may* break some programs that are already
installed in /usr/local. One specific example is mysql. Fixing mysql may be
as simple as:
sudo chown -R mysql:mysql `brew --prefix`/mysql
But! I already have a bunch of junk in /usr/local But! I already have a bunch of junk in /usr/local
------------------------------------------------- -------------------------------------------------
Homebrew can co-exist with any software already installed in its prefix. Homebrew can co-exist with any software already installed in its prefix.