Last active
December 25, 2015 09:29
-
-
Save ryanjbonnell/6954813 to your computer and use it in GitHub Desktop.
Determine MySQL Socket Locations and Permissions on Mac OS X
This file contains hidden or 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
$ ls -al /tmp/mysql.sock; ls -al /var/mysql/mysql.sock | |
lrwxr-xr-x 1 root wheel 21 Oct 12 13:45 /tmp/mysql.sock -> /var/mysql/mysql.sock | |
srwxrwxrwx 1 _mysql wheel 0 Oct 12 13:51 /var/mysql/mysql.sock | |
ls: /tmp/mysql.sock: No such file or directory | |
srwxrwxrwx 1 _mysql wheel 0 Oct 12 13:51 /var/mysql/mysql.sock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment