Last active
August 29, 2015 13:59
-
-
Save mindmergedesign/10757752 to your computer and use it in GitHub Desktop.
Drush bootstrap problem on 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
| sudo mkdir /var/mysql | |
| sudo ln -s /Applications/MAMP/tmp/mysql/mysql.sock /var/mysql/mysql.sock | |
| //Double check you are using MAMP's PHP version | |
| export PATH=/Applications/MAMP/bin/php/php5.4.26/bin:/Applications/MAMP/Library/bin:$PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment