MYSQL in mac with django

 

  • brew install mysql-client
  • brew install mysql-connector-c // OPTION I HAVE NOT DONE

  • IF YOU HAVE ZSH:

    • echo 'export PATH="/usr/local/opt/mysql-client/bin:$PATH"' >> ~/.zshrc

    • source ~/.zshrc

    ELSE:

    • echo 'export PATH="/usr/local/opt/mysql-client/bin:$PATH"' >> ~/.bash_profile

    • source ~/.bash_profile


pip install mysqlclient




Comments

Popular posts from this blog

Set up Django with apache

JWT auth is not working on apache server