Major permission repair needed on Mac Os
- by Luke1111
I made the fatal error of copying and pasting a sudo command into my terminal without double checking it, here it is.
sudo -R mysql /
What this does (for those that don't know) is recursively change the owner every file from the root down to mysql!! obviously not what i was intending
This has of course played havoc with my system, the first…