Results 1 to 3 of 3
I'm installing mysql for a website project, but while following the installation procedure I accidentally did "sudo chown -R mysql . " at /usr/local/ instead of at /usr/local/mysql/".
Whoops. I'm ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-01-2009 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 2
accidentally changed permissions, how to fix?
I'm installing mysql for a website project, but while following the installation procedure I accidentally did "sudo chown -R mysql . " at /usr/local/ instead of at /usr/local/mysql/".
Whoops. I'm kind of nervous about this.. how big a deal is this, and how can I fix my mistake?
- 06-01-2009 #2
It's probably a good idea to chown back to root
and then fix what you need after that ... just my opinion but making anything other than root owner of a /usr/local does not sound like the right thing to do ...
- 06-02-2009 #3Just Joined!
- Join Date
- Jun 2009
- Posts
- 2
ok, I'll set it back to root, I guess stuff will yell at me if I need to give other "users" permissions. I was just annoyed because it was even recursive...
Thanks for your reply, I appreciate the help!


Reply With Quote
