Skip to content

Instantly share code, notes, and snippets.

@nooperpudd
Created April 15, 2019 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nooperpudd/8ee6334fc5ae25d3114c193b457849c2 to your computer and use it in GitHub Desktop.
Save nooperpudd/8ee6334fc5ae25d3114c193b457849c2 to your computer and use it in GitHub Desktop.
mysql error
sudo install_name_tool -change libssl.1.0.0.dylib \
/usr/local/mysql/lib/libssl.1.0.0.dylib \
/usr/local/lib/python3.7/site-packages/mysqlclient-1.4.2.post1-py3.7-macosx-10.14-x86_64.egg/MySQLdb/_mysql.cpython-37m-darwin.so
sudo install_name_tool -change libcrypto.1.0.0.dylib /usr/local/mysql/lib/libcrypto.1.0.0.dylib /usr/local/lib/python3.7/site-packages/mysqlclient-1.4.2.post1-py3.7-macosx-10.14-x86_64.egg/MySQLdb/_mysql.cpython-37m-darwin.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment