Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Warn that chown -R /usr/local may break mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley Grzesiak and Nick Karpenske authored and mxcl committed Oct 23, 2009
1 parent 2c92ba0 commit 66e4570
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,12 @@ Let this be the last sudo you do for quite some time:

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
-------------------------------------------------
Homebrew can co-exist with any software already installed in its prefix.
Expand Down

0 comments on commit 66e4570

Please sign in to comment.