Created
June 5, 2017 03:51
-
-
Save azizultex/2b2c9ff6ed52bae7c424920033cfee0b to your computer and use it in GitHub Desktop.
Fixing MySQL user permission issue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo chown -R _mysql:wheel /usr/local/mysql/data | |
sudo /usr/local/mysql/support-files/mysql.server restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment