Created
November 10, 2011 15:21
-
-
Save wbotelhos/1355100 to your computer and use it in GitHub Desktop.
Solving socket '/tmp/mysql.sock' (2)
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
1. sudo /Library/StartupItems/MySQLCOM/MySQLCOM stop | |
2. cd /tmp | |
3. ln -s /var/lib/mysql/mysql.sock mysql.sock | |
3. sudo /Library/StartupItems/MySQLCOM/MySQLCOM start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment