Created
October 16, 2018 10:12
-
-
Save darkman66/defd72a435b07dac9105e4bb98580495 to your computer and use it in GitHub Desktop.
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
brew install mysql | |
brew unlink mysql | |
brew install mysql-connector-c | |
sed -i -e 's/libs="$libs -l "/libs="$libs -lmysqlclient -lssl -lcrypto"/g' /usr/local/bin/mysql_config | |
pip install MySQL-python | |
brew unlink mysql-connector-c | |
brew link --overwrite mysql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment