Posts

Showing posts from February, 2021

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

Database permission error in sql lite

 sudo apt install acl setfacl -m u:www-data:rwx /home/peregrineenterprises.in/public_html/ setfacl -m u:www-data:rwx /home/peregrineenterprises.in/public_html/db.sqlite3