Skip to content

Instantly share code, notes, and snippets.

@DonerKebab
Created March 24, 2022 04:20
Show Gist options
  • Save DonerKebab/b2e68df838276e6c01a3d669a8d304ac to your computer and use it in GitHub Desktop.
Save DonerKebab/b2e68df838276e6c01a3d669a8d304ac to your computer and use it in GitHub Desktop.
Fixed: NameError: name '_mysql' is not defined on MacOS
# bew install
brew install mysql@5.7
brew install mysql-client@5.7
brew install mysql-connector-c
# pip install
pip install mysqlclient
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment